diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 20:42:19 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 20:43:15 +0100 |
commit | df05c08d3135a21084db63266dcff69c9fe01468 (patch) | |
tree | 7ed49277a124a36afc3428976e21603b22dff5b3 /sys-apps/policycoreutils | |
parent | sci-libs/proj: amd64 stable wrt bug #706146 (diff) | |
download | gentoo-df05c08d3135a21084db63266dcff69c9fe01468.tar.gz gentoo-df05c08d3135a21084db63266dcff69c9fe01468.tar.bz2 gentoo-df05c08d3135a21084db63266dcff69c9fe01468.zip |
sys-apps/policycoreutils: amd64 stable wrt bug #706146
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
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 4cd4c8e967f2..0025283fa0d8 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}" |