summaryrefslogtreecommitdiff
path: root/app-emulation/conmon/conmon-0.3.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/conmon/conmon-0.3.0.ebuild')
-rw-r--r--app-emulation/conmon/conmon-0.3.0.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-emulation/conmon/conmon-0.3.0.ebuild b/app-emulation/conmon/conmon-0.3.0.ebuild
index 72995a2d2822..0946d32bf2f1 100644
--- a/app-emulation/conmon/conmon-0.3.0.ebuild
+++ b/app-emulation/conmon/conmon-0.3.0.ebuild
@@ -3,14 +3,16 @@
EAPI=7
-KEYWORDS="~amd64"
+EGIT_COMMIT="8455ce1ef385120deb827d0f0588c04357bad4c4"
DESCRIPTION="An OCI container runtime monitor"
HOMEPAGE="https://github.com/containers/conmon"
+SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="Apache-2.0"
SLOT="0"
+KEYWORDS="~amd64"
IUSE="systemd"
-EGIT_COMMIT="8455ce1ef385120deb827d0f0588c04357bad4c4"
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
RDEPEND="dev-libs/glib:=
systemd? ( sys-apps/systemd:= )"
DEPEND="${RDEPEND}"