diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 20:49:37 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 20:49:37 +0100 |
commit | 1099829e4430926d2aeca34ee1300231a801c6ea (patch) | |
tree | 907367aa928113381fdf20488071d35bd4f9f458 /sys-apps/policycoreutils | |
parent | sci-libs/proj: x86 stable wrt bug #706146 (diff) | |
download | gentoo-1099829e4430926d2aeca34ee1300231a801c6ea.tar.gz gentoo-1099829e4430926d2aeca34ee1300231a801c6ea.tar.bz2 gentoo-1099829e4430926d2aeca34ee1300231a801c6ea.zip |
sys-apps/policycoreutils: 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-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/policycoreutils/policycoreutils-3.0.ebuild b/sys-apps/policycoreutils/policycoreutils-3.0.ebuild index 0025283fa0d8..e8f010e5f5b4 100644 --- a/sys-apps/policycoreutils/policycoreutils-3.0.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-3.0.ebuild @@ -31,7 +31,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz https://dev.gentoo.org/~perfinion/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" - KEYWORDS="amd64 ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm64 ~mips x86" S1="${WORKDIR}/${MY_P}" S2="${WORKDIR}/policycoreutils-extra" S="${S1}" |