summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2020-02-15 19:25:59 +0800
committerJason Zaman <perfinion@gentoo.org>2020-02-15 21:20:16 +0800
commit30e56a26b6d3b0672b2dc59e6094e6d6f22b2fae (patch)
treedeca5293fa6ca73e76e3c58bd3a1eea34b679f92
parentsys-apps/checkpolicy: stable 3.0 (diff)
downloadgentoo-30e56a26b6d3b0672b2dc59e6094e6d6f22b2fae.tar.gz
gentoo-30e56a26b6d3b0672b2dc59e6094e6d6f22b2fae.tar.bz2
gentoo-30e56a26b6d3b0672b2dc59e6094e6d6f22b2fae.zip
sys-apps/semodule-utils: stable 3.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
-rw-r--r--sys-apps/semodule-utils/semodule-utils-3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/semodule-utils/semodule-utils-3.0.ebuild b/sys-apps/semodule-utils/semodule-utils-3.0.ebuild
index dfe7c8bdc466..5e7221a03b19 100644
--- a/sys-apps/semodule-utils/semodule-utils-3.0.ebuild
+++ b/sys-apps/semodule-utils/semodule-utils-3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -18,7 +18,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