Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-InsideOut/
Date: Sat, 09 Jul 2016 14:37:50
Message-Id: 1468075043.5dbf47cb658cc85b24bd2fdf8f94f9d44de8d3fd.kentnl@gentoo
1 commit: 5dbf47cb658cc85b24bd2fdf8f94f9d44de8d3fd
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 14:36:23 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 14:37:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dbf47cb
7
8 dev-perl/Class-InsideOut: Remove test dependency on virtual/perl-threads
9
10 virtual/perl-threads forces perl[ithreads], however, ithreads support is not
11 required in order to run tests.
12
13 This test only ensures that when run on an ithreaded perl, that it behaves in
14 a thread-safe way.
15
16 Package-Manager: portage-2.3.0
17 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"
18
19 dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild | 3 +--
20 1 file changed, 1 insertion(+), 2 deletions(-)
21
22 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
23 index bb74a80..7c6db0b 100644
24 --- a/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild
25 +++ b/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2016 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 # $Id$
31
32 @@ -29,7 +29,6 @@ DEPEND="${RDEPEND}
33 virtual/perl-Scalar-List-Utils
34 >=virtual/perl-Test-Simple-0.45
35 virtual/perl-XSLoader
36 - virtual/perl-threads
37 )
38 "