diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:56:13 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:51 +0100 |
commit | 42ec756a741f241987237caf271d8d7c8dc4be69 (patch) | |
tree | d508146c33799bc42e0f0ae8b73445df2c2850b6 /dev-perl/Net-Telnet | |
parent | dev-perl/Net-Subnet: drop x86-macos (diff) | |
download | gentoo-42ec756a741f241987237caf271d8d7c8dc4be69.tar.gz gentoo-42ec756a741f241987237caf271d8d7c8dc4be69.tar.bz2 gentoo-42ec756a741f241987237caf271d8d7c8dc4be69.zip |
dev-perl/Net-Telnet: 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/Net-Telnet')
-rw-r--r-- | dev-perl/Net-Telnet/Net-Telnet-3.40.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Net-Telnet/Net-Telnet-3.40.0.ebuild b/dev-perl/Net-Telnet/Net-Telnet-3.40.0.ebuild index 6822bdabbabf..b526c22eec06 100644 --- a/dev-perl/Net-Telnet/Net-Telnet-3.40.0.ebuild +++ b/dev-perl/Net-Telnet/Net-Telnet-3.40.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="interact with TELNET port or other TCP ports in Perl" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND=">=virtual/perl-libnet-1.70.300" |