diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-10-15 17:49:51 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-10-15 18:05:47 +0200 |
commit | 8936d3d28d0ab9d3cc3e563f8a54909b9c0ee017 (patch) | |
tree | 4e03b86495bd5d07eec2d872ceec6de6765062c7 /dev-perl/Archive-Zip | |
parent | dev-perl/Test-MockModule: added Prefix keywords, bug #665088 (diff) | |
download | gentoo-8936d3d28d0ab9d3cc3e563f8a54909b9c0ee017.tar.gz gentoo-8936d3d28d0ab9d3cc3e563f8a54909b9c0ee017.tar.bz2 gentoo-8936d3d28d0ab9d3cc3e563f8a54909b9c0ee017.zip |
dev-perl/Archive-Zip: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-perl/Archive-Zip')
-rw-r--r-- | dev-perl/Archive-Zip/Archive-Zip-1.640.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.640.0.ebuild b/dev-perl/Archive-Zip/Archive-Zip-1.640.0.ebuild index 67dec359bfc7..a11e2906e291 100644 --- a/dev-perl/Archive-Zip/Archive-Zip-1.640.0.ebuild +++ b/dev-perl/Archive-Zip/Archive-Zip-1.640.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" |