diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 15:49:17 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 15:49:17 +1200 |
commit | da83898df963659c7c06cbe5b478e2e7d5ae22c5 (patch) | |
tree | 1f40ccd9b97793ad0f3a9f2d9d1fb337f432ec85 | |
parent | dev-perl/Sub-Name: Drop ~x64-cygwin re bug #665088 (diff) | |
download | gentoo-da83898df963659c7c06cbe5b478e2e7d5ae22c5.tar.gz gentoo-da83898df963659c7c06cbe5b478e2e7d5ae22c5.tar.bz2 gentoo-da83898df963659c7c06cbe5b478e2e7d5ae22c5.zip |
dev-perl/IO-Socket-SSL: Drop ~x64-cygwin re bug #665088
Depends:
- dev-perl/Net-IDN-Encode
Bug: https://bugs.gentoo.org/665088
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r-- | dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild index e2cd88f23422..f952164dcff9 100644 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild +++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.52.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" 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="idn" RDEPEND=" |