Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/conmon/
Date: Fri, 04 Feb 2022 18:19:51
Message-Id: 1643998788.8f9b70fc22d054be437daf21bdf084c4de39f847.zmedico@gentoo
1 commit: 8f9b70fc22d054be437daf21bdf084c4de39f847
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 18:18:10 2022 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 18:19:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9b70fc
7
8 app-containers/conmon: add libseccomp dependency
9
10 Closes: https://bugs.gentoo.org/832597
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 app-containers/conmon/conmon-2.0.31.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-containers/conmon/conmon-2.0.31.ebuild b/app-containers/conmon/conmon-2.0.31.ebuild
18 index 0f5ca7319b06..ac41e5569b88 100644
19 --- a/app-containers/conmon/conmon-2.0.31.ebuild
20 +++ b/app-containers/conmon/conmon-2.0.31.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -16,6 +16,7 @@ IUSE="systemd"
28 RESTRICT="test"
29
30 RDEPEND="dev-libs/glib:=
31 + sys-libs/libseccomp
32 systemd? ( sys-apps/systemd:= )"
33 DEPEND="${RDEPEND}
34 dev-go/go-md2man"