diff options
author | Jason Zaman <perfinion@gentoo.org> | 2019-08-17 17:34:56 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2019-08-17 17:34:56 +0800 |
commit | 862451b3d643adf3e368cc94053b6e4c7f0f9366 (patch) | |
tree | 045af0917c00bf8d0f63f727cdaca30a32701fda /sys-apps/selinux-python | |
parent | sys-apps/policycoreutils: drop old (diff) | |
download | gentoo-862451b3d643adf3e368cc94053b6e4c7f0f9366.tar.gz gentoo-862451b3d643adf3e368cc94053b6e4c7f0f9366.tar.bz2 gentoo-862451b3d643adf3e368cc94053b6e4c7f0f9366.zip |
sys-apps/selinux-python: stable
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-apps/selinux-python')
-rw-r--r-- | sys-apps/selinux-python/selinux-python-2.8-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/selinux-python/selinux-python-2.9.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/selinux-python/selinux-python-2.8-r1.ebuild b/sys-apps/selinux-python/selinux-python-2.8-r1.ebuild index af8f4d4296f6..76d7035f05ae 100644 --- a/sys-apps/selinux-python/selinux-python-2.8-r1.ebuild +++ b/sys-apps/selinux-python/selinux-python-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" @@ -26,7 +26,7 @@ if [[ ${PV} == 9999 ]] ; then S="${WORKDIR}/${MY_P}/${PN#selinux-}" else SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm64 ~mips x86" S="${WORKDIR}/${MY_P}" fi diff --git a/sys-apps/selinux-python/selinux-python-2.9.ebuild b/sys-apps/selinux-python/selinux-python-2.9.ebuild index eb75834f5ef4..925ab20f61a9 100644 --- a/sys-apps/selinux-python/selinux-python-2.9.ebuild +++ b/sys-apps/selinux-python/selinux-python-2.9.ebuild @@ -26,7 +26,7 @@ if [[ ${PV} == 9999 ]] ; then S="${WORKDIR}/${MY_P}/${PN#selinux-}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm64 ~mips x86" S="${WORKDIR}/${MY_P}" fi |