diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-10 23:13:42 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-10 23:21:25 +0100 |
commit | 53991745a8ff1d994c15b4e5c292e54b112dcbbb (patch) | |
tree | a1aa5000da7c8a7bae6e70d73da9ca66fe5e363a /app-arch/rar | |
parent | app-benchmarks/acovea: port to EAPI 7 (diff) | |
download | gentoo-53991745a8ff1d994c15b4e5c292e54b112dcbbb.tar.gz gentoo-53991745a8ff1d994c15b4e5c292e54b112dcbbb.tar.bz2 gentoo-53991745a8ff1d994c15b4e5c292e54b112dcbbb.zip |
app-arch/rar: amd64 & x86 stable
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-arch/rar')
-rw-r--r-- | app-arch/rar/rar-6.0.0_p20201201.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/rar/rar-6.0.0_p20201201.ebuild b/app-arch/rar/rar-6.0.0_p20201201.ebuild index 7623c5c7ee5d..e94158b2ceaf 100644 --- a/app-arch/rar/rar-6.0.0_p20201201.ebuild +++ b/app-arch/rar/rar-6.0.0_p20201201.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -18,7 +18,7 @@ SRC_URI="x86? ( ${URI_x86} ) LICENSE="RAR BSD BSD-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="all_sfx" RESTRICT="mirror bindist" |