diff options
author | Jason Zaman <perfinion@gentoo.org> | 2020-02-15 19:33:10 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2020-02-15 21:20:22 +0800 |
commit | cc3c63af4472d07c17fc34856791626d0b3c1b13 (patch) | |
tree | f6ba13e2054f20f83ce4e317bf1cd7de830494d6 /sys-apps/restorecond | |
parent | sys-apps/secilc: stable 3.0 (diff) | |
download | gentoo-cc3c63af4472d07c17fc34856791626d0b3c1b13.tar.gz gentoo-cc3c63af4472d07c17fc34856791626d0b3c1b13.tar.bz2 gentoo-cc3c63af4472d07c17fc34856791626d0b3c1b13.zip |
sys-apps/restorecond: 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/restorecond')
-rw-r--r-- | sys-apps/restorecond/restorecond-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/restorecond/restorecond-3.0.ebuild b/sys-apps/restorecond/restorecond-3.0.ebuild index efe40fb0d733..a23fc95a9c0b 100644 --- a/sys-apps/restorecond/restorecond-3.0.ebuild +++ b/sys-apps/restorecond/restorecond-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" @@ -16,7 +16,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 |