diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-24 13:49:26 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-24 13:49:47 +0200 |
commit | 05b7af2f1e6267dadad4fd49af872cc4c53c2a68 (patch) | |
tree | 563b485393420aec02c085bc2a85606af005dcc8 /app-arch/zip | |
parent | dev-libs/libpcre: add ~x86-winnt keyword (diff) | |
download | gentoo-05b7af2f1e6267dadad4fd49af872cc4c53c2a68.tar.gz gentoo-05b7af2f1e6267dadad4fd49af872cc4c53c2a68.tar.bz2 gentoo-05b7af2f1e6267dadad4fd49af872cc4c53c2a68.zip |
app-arch/zip: add ~amd64-linux ~x86-linux keywords
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'app-arch/zip')
-rw-r--r-- | app-arch/zip/zip-3.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/zip/zip-3.0-r3.ebuild b/app-arch/zip/zip-3.0-r3.ebuild index 0d6f2bd4ad63..22aeb260c169 100644 --- a/app-arch/zip/zip-3.0-r3.ebuild +++ b/app-arch/zip/zip-3.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.zip" LICENSE="Info-ZIP" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="bzip2 crypt natspec unicode" RDEPEND="bzip2? ( app-arch/bzip2 ) |