diff options
Diffstat (limited to 'dev-util/lcov/lcov-1.6.ebuild')
-rw-r--r-- | dev-util/lcov/lcov-1.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/lcov/lcov-1.6.ebuild b/dev-util/lcov/lcov-1.6.ebuild index 13668108aa09..7c0aeef56e5b 100644 --- a/dev-util/lcov/lcov-1.6.ebuild +++ b/dev-util/lcov/lcov-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.6.ebuild,v 1.2 2008/10/28 02:06:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.6.ebuild,v 1.3 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="~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" |