diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 16:20:48 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 16:20:48 +1200 |
commit | b6a3406ee1f00c0a551234495ddab83029276166 (patch) | |
tree | 28ae9caf0336f11ae77e3c14360c50307db1a6dc /dev-perl/Net-SSLeay | |
parent | dev-perl/Net-SMTP-SSL: Drop ~x64-cygwin re bug #665088 (diff) | |
download | gentoo-b6a3406ee1f00c0a551234495ddab83029276166.tar.gz gentoo-b6a3406ee1f00c0a551234495ddab83029276166.tar.bz2 gentoo-b6a3406ee1f00c0a551234495ddab83029276166.zip |
dev-perl/Net-SSLeay: Drop ~x64-cygwin re bug #665088
Depends:
- dev-perl/Test-Exception
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/Net-SSLeay')
-rw-r--r-- | dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild index 6ed4bc6772c1..6ae129bcee89 100644 --- a/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild +++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Perl extension for using OpenSSL" LICENSE="Artistic-2" 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="libressl test minimal examples" RESTRICT="!test? ( test )" |