summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-07-19 18:29:28 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-07-19 18:30:23 +0200
commit489211301fe77fb0a7cc3b60eb9fda93875fcccd (patch)
tree34804163dbca0e1ec044d07ce3eb57695d51bc94 /dev-util
parentgames-mud/gnome-mud: Use gstreamer 1.x and fix telnet option renegotiation (diff)
downloadgentoo-489211301fe77fb0a7cc3b60eb9fda93875fcccd.tar.gz
gentoo-489211301fe77fb0a7cc3b60eb9fda93875fcccd.tar.bz2
gentoo-489211301fe77fb0a7cc3b60eb9fda93875fcccd.zip
dev-util/lcov: tidy up ebuild.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/lcov/lcov-1.13-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-util/lcov/lcov-1.13-r1.ebuild b/dev-util/lcov/lcov-1.13-r1.ebuild
index 6a4c0d034e79..8baf9478f95f 100644
--- a/dev-util/lcov/lcov-1.13-r1.ebuild
+++ b/dev-util/lcov/lcov-1.13-r1.ebuild
@@ -10,10 +10,9 @@ SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux ~x64-macos"
-IUSE=""
-DEPEND=""
-RDEPEND=">=dev-lang/perl-5
+RDEPEND="
+ dev-lang/perl
dev-perl/GD[png]"
src_compile() { :; }