Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lcov/
Date: Wed, 19 Jul 2017 16:31:44
Message-Id: 1500481823.489211301fe77fb0a7cc3b60eb9fda93875fcccd.monsieurp@gentoo
1 commit: 489211301fe77fb0a7cc3b60eb9fda93875fcccd
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 19 16:29:28 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 19 16:30:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48921130
7
8 dev-util/lcov: tidy up ebuild.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-util/lcov/lcov-1.13-r1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-util/lcov/lcov-1.13-r1.ebuild b/dev-util/lcov/lcov-1.13-r1.ebuild
16 index 6a4c0d034e7..8baf9478f95 100644
17 --- a/dev-util/lcov/lcov-1.13-r1.ebuild
18 +++ b/dev-util/lcov/lcov-1.13-r1.ebuild
19 @@ -10,10 +10,9 @@ SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz"
20 LICENSE="GPL-2"
21 SLOT="0"
22 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux ~x64-macos"
23 -IUSE=""
24
25 -DEPEND=""
26 -RDEPEND=">=dev-lang/perl-5
27 +RDEPEND="
28 + dev-lang/perl
29 dev-perl/GD[png]"
30
31 src_compile() { :; }