Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/GAL/
Date: Thu, 31 Dec 2015 22:24:39
Message-Id: 1451600594.142e470312ba201d86f14394277f778df3d7afef.mmokrejs@gentoo
1 commit: 142e470312ba201d86f14394277f778df3d7afef
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Dec 31 22:23:14 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Dec 31 22:23:14 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=142e4703
7
8 sci-biology/GAL: TAP::Harness is provided by dev-lang/perl itself, drop the extra DEPENDency
9
10 Package-Manager: portage-2.2.26
11
12 sci-biology/GAL/GAL-0.2.1.ebuild | 4 +---
13 sci-biology/GAL/GAL-0.2.2.ebuild | 4 +---
14 2 files changed, 2 insertions(+), 6 deletions(-)
15
16 diff --git a/sci-biology/GAL/GAL-0.2.1.ebuild b/sci-biology/GAL/GAL-0.2.1.ebuild
17 index 6cfadb1..e8f302c 100644
18 --- a/sci-biology/GAL/GAL-0.2.1.ebuild
19 +++ b/sci-biology/GAL/GAL-0.2.1.ebuild
20 @@ -15,7 +15,5 @@ SLOT="0"
21 KEYWORDS=""
22 IUSE=""
23
24 -DEPEND="
25 - dev-perl/TAP-Harness
26 - dev-perl/Module-Build"
27 +DEPEND="dev-perl/Module-Build"
28 RDEPEND="${DEPEND}"
29
30 diff --git a/sci-biology/GAL/GAL-0.2.2.ebuild b/sci-biology/GAL/GAL-0.2.2.ebuild
31 index 6cfadb1..e8f302c 100644
32 --- a/sci-biology/GAL/GAL-0.2.2.ebuild
33 +++ b/sci-biology/GAL/GAL-0.2.2.ebuild
34 @@ -15,7 +15,5 @@ SLOT="0"
35 KEYWORDS=""
36 IUSE=""
37
38 -DEPEND="
39 - dev-perl/TAP-Harness
40 - dev-perl/Module-Build"
41 +DEPEND="dev-perl/Module-Build"
42 RDEPEND="${DEPEND}"