diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 20:49:48 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 20:49:48 +0100 |
commit | 0da0022eccb7235e6157d0fc297b73e27c642f73 (patch) | |
tree | f246631f06eb6afd4ab86c87901ef7c25e46474b /sys-libs/libsemanage | |
parent | sys-libs/libselinux: x86 stable wrt bug #706146 (diff) | |
download | gentoo-0da0022eccb7235e6157d0fc297b73e27c642f73.tar.gz gentoo-0da0022eccb7235e6157d0fc297b73e27c642f73.tar.bz2 gentoo-0da0022eccb7235e6157d0fc297b73e27c642f73.zip |
sys-libs/libsemanage: x86 stable wrt bug #706146
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs/libsemanage')
-rw-r--r-- | sys-libs/libsemanage/libsemanage-3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libsemanage/libsemanage-3.0.ebuild b/sys-libs/libsemanage/libsemanage-3.0.ebuild index 816a2d03eccf..55e47cca920d 100644 --- a/sys-libs/libsemanage/libsemanage-3.0.ebuild +++ b/sys-libs/libsemanage/libsemanage-3.0.ebuild @@ -21,7 +21,7 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}/${MY_P}/${PN}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" S="${WORKDIR}/${MY_P}" fi |