Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/crun/
Date: Sat, 09 Apr 2022 21:32:40
Message-Id: 1649539861.3b15a39b8c6a785d0ebc0596bfa9e34739659cdc.perfinion@gentoo
1 commit: 3b15a39b8c6a785d0ebc0596bfa9e34739659cdc
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 21:23:14 2022 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 21:31:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b15a39b
7
8 app-containers/crun: Add selinux-container policy dep
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 app-containers/crun/crun-1.4.4.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/app-containers/crun/crun-1.4.4.ebuild b/app-containers/crun/crun-1.4.4.ebuild
17 index ad09a9266459..33d91862b5eb 100644
18 --- a/app-containers/crun/crun-1.4.4.ebuild
19 +++ b/app-containers/crun/crun-1.4.4.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.gz
21 LICENSE="GPL-2+ LGPL-2.1+"
22 SLOT="0"
23 KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv"
24 -IUSE="+bpf +caps criu +seccomp systemd static-libs"
25 +IUSE="+bpf +caps criu +seccomp selinux systemd static-libs"
26
27 DEPEND="
28 dev-libs/yajl:=
29 @@ -24,7 +24,8 @@ DEPEND="
30 seccomp? ( sys-libs/libseccomp )
31 systemd? ( sys-apps/systemd:= )
32 "
33 -RDEPEND="${DEPEND}"
34 +RDEPEND="${DEPEND}
35 + selinux? ( sec-policy/selinux-container )"
36 BDEPEND="
37 ${PYTHON_DEPS}
38 virtual/pkgconfig