summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2009-10-26 10:00:25 +0000
committerDaniel Black <dragonheart@gentoo.org>2009-10-26 10:00:25 +0000
commit10dc307364b832bfb9f07593746a259a74294e08 (patch)
treedd7db20f53768b643d1730c7a20e1ee158892527 /dev-util/lcov/lcov-1.7.ebuild
parentStable for ppc. (diff)
downloadgentoo-2-10dc307364b832bfb9f07593746a259a74294e08.tar.gz
gentoo-2-10dc307364b832bfb9f07593746a259a74294e08.tar.bz2
gentoo-2-10dc307364b832bfb9f07593746a259a74294e08.zip
add missing RDEPEND of dev-perl/GD needed by genpng executable
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/lcov/lcov-1.7.ebuild')
-rw-r--r--dev-util/lcov/lcov-1.7.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/lcov/lcov-1.7.ebuild b/dev-util/lcov/lcov-1.7.ebuild
index 416bdcd461b2..f34bd6b74c65 100644
--- a/dev-util/lcov/lcov-1.7.ebuild
+++ b/dev-util/lcov/lcov-1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild,v 1.1 2009/02/18 21:32:39 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild,v 1.2 2009/10/26 10:00:25 dragonheart Exp $
DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov"
HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php"
@@ -12,7 +12,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND=">=dev-lang/perl-5"
+RDEPEND=">=dev-lang/perl-5
+ dev-perl/GD"
src_install() {
emake PREFIX="${D}" install || die "install failed"