summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2022-02-04 10:18:10 -0800
committerZac Medico <zmedico@gentoo.org>2022-02-04 10:19:48 -0800
commit8f9b70fc22d054be437daf21bdf084c4de39f847 (patch)
treefa962400f7970cb81acd560bd0be52fb676345e7 /app-containers/conmon
parentnet-misc/you-get: Stabilize 0.4.1555 ALLARCHES, #832710 (diff)
downloadgentoo-8f9b70fc22d054be437daf21bdf084c4de39f847.tar.gz
gentoo-8f9b70fc22d054be437daf21bdf084c4de39f847.tar.bz2
gentoo-8f9b70fc22d054be437daf21bdf084c4de39f847.zip
app-containers/conmon: add libseccomp dependency
Closes: https://bugs.gentoo.org/832597 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-containers/conmon')
-rw-r--r--app-containers/conmon/conmon-2.0.31.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-containers/conmon/conmon-2.0.31.ebuild b/app-containers/conmon/conmon-2.0.31.ebuild
index 0f5ca7319b06..ac41e5569b88 100644
--- a/app-containers/conmon/conmon-2.0.31.ebuild
+++ b/app-containers/conmon/conmon-2.0.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,6 +16,7 @@ IUSE="systemd"
RESTRICT="test"
RDEPEND="dev-libs/glib:=
+ sys-libs/libseccomp
systemd? ( sys-apps/systemd:= )"
DEPEND="${RDEPEND}
dev-go/go-md2man"