diff options
author | Jason Zaman <perfinion@gentoo.org> | 2016-10-07 12:23:27 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2016-10-07 12:23:27 +0800 |
commit | 74f0a26fe863280590969a991df6a462ddd3c947 (patch) | |
tree | 4a49321a2aca925f61200d6f0dbb472fdd243bd7 /sys-libs/libselinux | |
parent | sys-apps/secilc: stable 2.5 (diff) | |
download | gentoo-74f0a26fe863280590969a991df6a462ddd3c947.tar.gz gentoo-74f0a26fe863280590969a991df6a462ddd3c947.tar.bz2 gentoo-74f0a26fe863280590969a991df6a462ddd3c947.zip |
sys-libs/libselinux: stable 2.5-r1
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-libs/libselinux')
-rw-r--r-- | sys-libs/libselinux/libselinux-2.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libselinux/libselinux-2.5-r1.ebuild b/sys-libs/libselinux/libselinux-2.5-r1.ebuild index 51e5c29e746e..a93562f392ff 100644 --- a/sys-libs/libselinux/libselinux-2.5-r1.ebuild +++ b/sys-libs/libselinux/libselinux-2.5-r1.ebuild @@ -22,7 +22,7 @@ if [[ ${PV} == 9999 ]] ; then S="${WORKDIR}/${MY_P}/${PN}" else SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" S="${WORKDIR}/${MY_P}" fi |