diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:31:51 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:34 +0100 |
commit | c3e0772ec417c256e7a56d0f66f20b3303b9b0e0 (patch) | |
tree | ee3cc91c8a2062535e1cb0fdfa7dcbe9480c5110 /dev-perl/IO-Socket-SSL | |
parent | dev-perl/IO-Socket-INET6: drop x86-macos (diff) | |
download | gentoo-c3e0772ec417c256e7a56d0f66f20b3303b9b0e0.tar.gz gentoo-c3e0772ec417c256e7a56d0f66f20b3303b9b0e0.tar.bz2 gentoo-c3e0772ec417c256e7a56d0f66f20b3303b9b0e0.zip |
dev-perl/IO-Socket-SSL: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-perl/IO-Socket-SSL')
-rw-r--r-- | dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.66.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.66.0.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.66.0.ebuild index 5a73b78a9344..645acc510b0c 100644 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.66.0.ebuild +++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.66.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="idn" RDEPEND=" |