diff options
author | Jason Zaman <perfinion@gentoo.org> | 2019-01-12 16:07:52 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2019-01-12 16:09:10 +0800 |
commit | 3efd919e420205787573e26ed2c2599eed964a91 (patch) | |
tree | 2e7b4f9e0a7b34573395aebc9be20670ba57c1ad /sys-libs/libselinux | |
parent | dev-ruby/coolio: add ruby26 (diff) | |
download | gentoo-3efd919e420205787573e26ed2c2599eed964a91.tar.gz gentoo-3efd919e420205787573e26ed2c2599eed964a91.tar.bz2 gentoo-3efd919e420205787573e26ed2c2599eed964a91.zip |
sys-libs/libselinux: stable amd64, x86 for ruby update
Bug: https://bugs.gentoo.org/672988
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-libs/libselinux')
-rw-r--r-- | sys-libs/libselinux/libselinux-2.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libselinux/libselinux-2.8-r1.ebuild b/sys-libs/libselinux/libselinux-2.8-r1.ebuild index 7ff555999a09..10c723c47044 100644 --- a/sys-libs/libselinux/libselinux-2.8-r1.ebuild +++ b/sys-libs/libselinux/libselinux-2.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -21,7 +21,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 |