summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2019-08-17 16:52:52 +0800
committerJason Zaman <perfinion@gentoo.org>2019-08-17 16:52:52 +0800
commit85e6c88fc2fbfd269341ab8fc0fe45a6dca8835b (patch)
tree2dc219bd83abbd9f395da05959437530fcf013b0 /sys-libs/libsepol
parentdev-util/sasm: remove 9999 (diff)
downloadgentoo-85e6c88fc2fbfd269341ab8fc0fe45a6dca8835b.tar.gz
gentoo-85e6c88fc2fbfd269341ab8fc0fe45a6dca8835b.tar.bz2
gentoo-85e6c88fc2fbfd269341ab8fc0fe45a6dca8835b.zip
sys-libs/libsepol: stable
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-libs/libsepol')
-rw-r--r--sys-libs/libsepol/libsepol-2.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libsepol/libsepol-2.9.ebuild b/sys-libs/libsepol/libsepol-2.9.ebuild
index 0e2359d762be..6ce341e348ec 100644
--- a/sys-libs/libsepol/libsepol-2.9.ebuild
+++ b/sys-libs/libsepol/libsepol-2.9.ebuild
@@ -17,7 +17,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