diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-21 08:36:18 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-21 08:44:48 +1200 |
commit | 15a65fd8c2e31a4996c7405cc751bb39e921eb6e (patch) | |
tree | 2e50cd50667a92867a930580690d261831a609cd /dev-perl/Test-SharedFork | |
parent | dev-perl/Test-TCP: Drop various prefixes re bug #673504 (diff) | |
download | gentoo-15a65fd8c2e31a4996c7405cc751bb39e921eb6e.tar.gz gentoo-15a65fd8c2e31a4996c7405cc751bb39e921eb6e.tar.bz2 gentoo-15a65fd8c2e31a4996c7405cc751bb39e921eb6e.zip |
dev-perl/Test-SharedFork: Drop various prefixes re bug #673504
Depends:
- 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-SharedFork')
-rw-r--r-- | dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild index af0269580079..143acc4439af 100644 --- a/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild +++ b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Ensure that tests work correctly when fork() is used" 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 )" |