diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-07-10 02:36:23 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-07-10 02:37:23 +1200 |
commit | 5dbf47cb658cc85b24bd2fdf8f94f9d44de8d3fd (patch) | |
tree | ebe4510d49b6c5fc2cc8542d8683506efcf8c637 /dev-perl/Class-InsideOut | |
parent | dev-erlang/riakc: Restrict Erlang version to <19 (diff) | |
download | gentoo-5dbf47cb658cc85b24bd2fdf8f94f9d44de8d3fd.tar.gz gentoo-5dbf47cb658cc85b24bd2fdf8f94f9d44de8d3fd.tar.bz2 gentoo-5dbf47cb658cc85b24bd2fdf8f94f9d44de8d3fd.zip |
dev-perl/Class-InsideOut: Remove test dependency on virtual/perl-threads
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"
Diffstat (limited to 'dev-perl/Class-InsideOut')
-rw-r--r-- | dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild b/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild index bb74a80033ad..7c6db0b006e3 100644 --- a/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild +++ b/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild @@ -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 ) " |