summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2016-06-01 21:55:34 +0800
committerJason Zaman <perfinion@gentoo.org>2016-06-01 22:15:32 +0800
commitf4cd521536bb673d325d7fdaafdf44f7a020b0f9 (patch)
treef51202f9ce937632a1985b6470a79f490e65401b
parentdev-python/sepolgen: stabilize userland 2.5 (diff)
downloadgentoo-f4cd521536bb673d325d7fdaafdf44f7a020b0f9.tar.gz
gentoo-f4cd521536bb673d325d7fdaafdf44f7a020b0f9.tar.bz2
gentoo-f4cd521536bb673d325d7fdaafdf44f7a020b0f9.zip
sys-apps/policycoreutils: stabilize userland 2.5
Package-Manager: portage-2.2.28
-rw-r--r--sys-apps/policycoreutils/policycoreutils-2.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/policycoreutils/policycoreutils-2.5.ebuild b/sys-apps/policycoreutils/policycoreutils-2.5.ebuild
index a49b4a1e2171..85b9dc048283 100644
--- a/sys-apps/policycoreutils/policycoreutils-2.5.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-2.5.ebuild
@@ -31,7 +31,7 @@ if [[ ${PV} == 9999 ]] ; then
else
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz
https://dev.gentoo.org/~perfinion/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2"
- KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
S1="${WORKDIR}/${MY_P}"
S2="${WORKDIR}/policycoreutils-extra"
S="${S1}"