diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-21 08:34:50 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-21 08:44:44 +1200 |
commit | bc2dc332bd87feb07ee9c6ed0d9602d4a682f523 (patch) | |
tree | d8d3b44762721c6a28d71fadff7dcb0641745fab /dev-perl/Test-TCP | |
parent | dev-perl/Package-Stash-XS: Drop various prefixes re bug #673504 (diff) | |
download | gentoo-bc2dc332bd87feb07ee9c6ed0d9602d4a682f523.tar.gz gentoo-bc2dc332bd87feb07ee9c6ed0d9602d4a682f523.tar.bz2 gentoo-bc2dc332bd87feb07ee9c6ed0d9602d4a682f523.zip |
dev-perl/Test-TCP: Drop various prefixes re bug #673504
Depends:
- dev-perl/Test-SharedFork
- dev-perl/Test-Requires
Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Test-TCP')
-rw-r--r-- | dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild b/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild index bfbc48e66091..41ef4bfe13d2 100644 --- a/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild +++ b/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Testing TCP program" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |