commit: 8f9b70fc22d054be437daf21bdf084c4de39f847 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Fri Feb 4 18:18:10 2022 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Fri Feb 4 18:19:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9b70fc
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 <AT> gentoo.org> app-containers/conmon/conmon-2.0.31.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"
