diff options
author | Sam James <sam@gentoo.org> | 2022-07-18 12:48:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-18 12:48:42 +0000 |
commit | 7b651b33f0cddd61b80f48fdf594744fd1b751fb (patch) | |
tree | ad6da1623a79eae6dbb07f710165ac1d7dbd350f /sys-apps | |
parent | sys-apps/policycoreutils: Stabilize 3.4 arm, #855968 (diff) | |
download | gentoo-7b651b33f0cddd61b80f48fdf594744fd1b751fb.tar.gz gentoo-7b651b33f0cddd61b80f48fdf594744fd1b751fb.tar.bz2 gentoo-7b651b33f0cddd61b80f48fdf594744fd1b751fb.zip |
sys-apps/mcstrans: Stabilize 3.4 arm, #855968
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/mcstrans/mcstrans-3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/mcstrans/mcstrans-3.4.ebuild b/sys-apps/mcstrans/mcstrans-3.4.ebuild index c0129fbc3b69..ba91c85c8014 100644 --- a/sys-apps/mcstrans/mcstrans-3.4.ebuild +++ b/sys-apps/mcstrans/mcstrans-3.4.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then S="${WORKDIR}/${P}/${PN}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~mips x86" + KEYWORDS="amd64 arm ~arm64 ~mips x86" S="${WORKDIR}/${MY_P}" fi |