dev-perl/Class-InsideOut: Remove test dependency on virtual/perl-threads
authorKent Fredric <kentnl@gentoo.org>
Sat, 9 Jul 2016 14:36:23 +0000 (02:36 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 9 Jul 2016 14:37:23 +0000 (02:37 +1200)
virtual/perl-threads forces perl[ithreads], however, ithreads support is not
required in order to run tests.

This test only ensures that when run on an ithreaded perl, that it behaves in
a thread-safe way.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild

index bb74a80033ad7ef1ac95a96b3c461f1f3d6ade8e..7c6db0b006e36eeab4d07a4958ffa01064d4b011 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,7 +29,6 @@ DEPEND="${RDEPEND}
                virtual/perl-Scalar-List-Utils
                >=virtual/perl-Test-Simple-0.45
                virtual/perl-XSLoader
-               virtual/perl-threads
        )
 "