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/Data-OptList/
Date: Fri, 05 Aug 2016 04:49:59
Message-Id: 1470372581.0e9b32f88d2bc7672f074e70c029fc9fe6cb7cad.kentnl@gentoo
1 commit: 0e9b32f88d2bc7672f074e70c029fc9fe6cb7cad
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 5 04:49:22 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 04:49:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9b32f8
7
8 dev-perl/Data-OptList: Remove redundant dev-perl/Test-Pod{,-Coverage} dep.
9
10 Tests that used these are gone already.
11
12 Package-Manager: portage-2.3.0
13 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"
14
15 dev-perl/Data-OptList/Data-OptList-0.109.0.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-perl/Data-OptList/Data-OptList-0.109.0.ebuild b/dev-perl/Data-OptList/Data-OptList-0.109.0.ebuild
19 index 7fe885c..2482b0b 100644
20 --- a/dev-perl/Data-OptList/Data-OptList-0.109.0.ebuild
21 +++ b/dev-perl/Data-OptList/Data-OptList-0.109.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -17,7 +17,6 @@ IUSE="test"
29 RDEPEND="dev-perl/Sub-Install
30 dev-perl/Params-Util"
31 DEPEND="${RDEPEND}
32 - test? ( dev-perl/Test-Pod
33 - dev-perl/Test-Pod-Coverage )"
34 + test? ( virtual/perl-Test-Simple )"
35
36 SRC_TEST=do