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/policycoreutils/
Date: Sun, 07 Feb 2021 04:19:34
Message-Id: 1612671243.f607b35b052d51b12da09473160eee5e5a98f9b0.perfinion@gentoo
1 commit: f607b35b052d51b12da09473160eee5e5a98f9b0
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 04:14:03 2021 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 04:14:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f607b35b
7
8 sys-apps/policycoreutils: stable amd64 x86
9
10 Bug: https://bugs.gentoo.org/768258
11 Package-Manager: Portage-3.0.13, Repoman-3.0.2
12 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
13
14 sys-apps/policycoreutils/policycoreutils-3.1-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/policycoreutils/policycoreutils-3.1-r2.ebuild b/sys-apps/policycoreutils/policycoreutils-3.1-r2.ebuild
18 index b03d06939b1..90e31a89872 100644
19 --- a/sys-apps/policycoreutils/policycoreutils-3.1-r2.ebuild
20 +++ b/sys-apps/policycoreutils/policycoreutils-3.1-r2.ebuild
21 @@ -31,7 +31,7 @@ if [[ ${PV} == 9999 ]]; then
22 else
23 SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz
24 https://dev.gentoo.org/~perfinion/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2"
25 - KEYWORDS="~amd64 ~arm64 ~mips ~x86"
26 + KEYWORDS="amd64 ~arm64 ~mips x86"
27 S1="${WORKDIR}/${MY_P}"
28 S2="${WORKDIR}/policycoreutils-extra"
29 S="${S1}"