diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-09-01 18:25:08 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-09-01 19:17:35 +1200 |
commit | 5ec9fc40142b2e411f4b20d48eac6bd0d6c7a968 (patch) | |
tree | 9113458d3b0e762c4827a5a29f3c77cc56c1f170 /perl-core/IO-Zlib | |
parent | perl-core/ExtUtils-Manifest: Spread ~x86-cygwin from perl (diff) | |
download | gentoo-5ec9fc40142b2e411f4b20d48eac6bd0d6c7a968.tar.gz gentoo-5ec9fc40142b2e411f4b20d48eac6bd0d6c7a968.tar.bz2 gentoo-5ec9fc40142b2e411f4b20d48eac6bd0d6c7a968.zip |
perl-core/IO-Zlib: Spread ~x64-cygwin from perl
Part of perl itself, if broken, perl is also.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'perl-core/IO-Zlib')
-rw-r--r-- | perl-core/IO-Zlib/IO-Zlib-1.100.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-core/IO-Zlib/IO-Zlib-1.100.0.ebuild b/perl-core/IO-Zlib/IO-Zlib-1.100.0.ebuild index af8a105fa5ad..dab46e12403d 100644 --- a/perl-core/IO-Zlib/IO-Zlib-1.100.0.ebuild +++ b/perl-core/IO-Zlib/IO-Zlib-1.100.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="IO:: style interface to Compress::Zlib" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="virtual/perl-IO-Compress" |