Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/rootlesskit/
Date: Sat, 09 Apr 2022 21:32:41
Message-Id: 1649539858.261adf1b3d881154f4d7ddbc91c14f0bd8290494.perfinion@gentoo
1 commit: 261adf1b3d881154f4d7ddbc91c14f0bd8290494
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 20:51:19 2022 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 21:30:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261adf1b
7
8 sys-apps/rootlesskit: Add selinux-rootlesskit 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 sys-apps/rootlesskit/rootlesskit-0.14.2.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/rootlesskit/rootlesskit-0.14.2.ebuild b/sys-apps/rootlesskit/rootlesskit-0.14.2.ebuild
17 index 6a101ab526a5..1ea385e775e0 100644
18 --- a/sys-apps/rootlesskit/rootlesskit-0.14.2.ebuild
19 +++ b/sys-apps/rootlesskit/rootlesskit-0.14.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -120,7 +120,9 @@ LICENSE="Apache-2.0 BSD BSD-2 ISC MIT"
27 SLOT="0"
28
29 KEYWORDS="~amd64"
30 -IUSE=""
31 +IUSE="selinux"
32 +
33 +RDEPEND="selinux? ( sec-policy/selinux-rootlesskit )"
34
35 src_prepare() {
36 sed -e 's:/usr/local/bin:/usr/bin:' -i Makefile || die