diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 16:34:37 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 16:34:37 +1200 |
commit | dbcd17a939d9a70fb6d7bad27c979489da3ded28 (patch) | |
tree | 10659ec05eabffef758e9efac0a98d66dba2e03f /dev-perl/URI/URI-1.730.0.ebuild | |
parent | dev-perl/Locale-Codes: Drop ~x64-cygwin re bug #665088 (diff) | |
download | gentoo-dbcd17a939d9a70fb6d7bad27c979489da3ded28.tar.gz gentoo-dbcd17a939d9a70fb6d7bad27c979489da3ded28.tar.bz2 gentoo-dbcd17a939d9a70fb6d7bad27c979489da3ded28.zip |
dev-perl/URI: Drop ~x64-cygwin re bug #665088
Depends:
- dev-perl/Test-Needs
Bug: https://bugs.gentoo.org/665088
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/URI/URI-1.730.0.ebuild')
-rw-r--r-- | dev-perl/URI/URI-1.730.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/URI/URI-1.730.0.ebuild b/dev-perl/URI/URI-1.730.0.ebuild index 0f382bc3b63d..37a4661b341d 100644 --- a/dev-perl/URI/URI-1.730.0.ebuild +++ b/dev-perl/URI/URI-1.730.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Uniform Resource Identifiers (absolute and relative)" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~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 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |