summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2020-02-15 19:29:29 +0800
committerJason Zaman <perfinion@gentoo.org>2020-02-15 21:20:19 +0800
commitebec3dfdc794dbcb496a1d7a2c613e028b1f41b7 (patch)
tree2c980f5e27f7aa545a9ddd675b91bad5a3d515b8 /sys-apps/secilc
parentsys-apps/semodule-utils: stable 3.0 (diff)
downloadgentoo-ebec3dfdc794dbcb496a1d7a2c613e028b1f41b7.tar.gz
gentoo-ebec3dfdc794dbcb496a1d7a2c613e028b1f41b7.tar.bz2
gentoo-ebec3dfdc794dbcb496a1d7a2c613e028b1f41b7.zip
sys-apps/secilc: stable 3.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-apps/secilc')
-rw-r--r--sys-apps/secilc/secilc-3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/secilc/secilc-3.0.ebuild b/sys-apps/secilc/secilc-3.0.ebuild
index d920dbb0436b..afca7d86a020 100644
--- a/sys-apps/secilc/secilc-3.0.ebuild
+++ b/sys-apps/secilc/secilc-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 ~x86"
+ KEYWORDS="amd64 x86"
S="${WORKDIR}/${MY_P}"
fi