diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-06 18:19:58 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-06 18:30:18 -0500 |
commit | a87d71fdc7354e53a8b49a3b50824048a49adb0e (patch) | |
tree | 31e6e0e294e6679f106da139dd9dab04f564b9b2 /app-arch/unzip | |
parent | toolchain.eclass: restore RESTRICT=strip on <gcc-9.2-r1, bug #699446 (diff) | |
download | gentoo-a87d71fdc7354e53a8b49a3b50824048a49adb0e.tar.gz gentoo-a87d71fdc7354e53a8b49a3b50824048a49adb0e.tar.bz2 gentoo-a87d71fdc7354e53a8b49a3b50824048a49adb0e.zip |
app-arch/unzip: arm64 stable (bug #691566)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/unzip-6.0_p25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/unzip/unzip-6.0_p25.ebuild b/app-arch/unzip/unzip-6.0_p25.ebuild index a89ad32ce715..7bd7c4fdfba1 100644 --- a/app-arch/unzip/unzip-6.0_p25.ebuild +++ b/app-arch/unzip/unzip-6.0_p25.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz LICENSE="Info-ZIP" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-linux" IUSE="bzip2 natspec unicode" DEPEND="bzip2? ( app-arch/bzip2 ) |