diff options
Diffstat (limited to 'dev-util/lcov/lcov-1.7.ebuild')
-rw-r--r-- | dev-util/lcov/lcov-1.7.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-util/lcov/lcov-1.7.ebuild b/dev-util/lcov/lcov-1.7.ebuild index d23bee151c25..82737110f905 100644 --- a/dev-util/lcov/lcov-1.7.ebuild +++ b/dev-util/lcov/lcov-1.7.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.3 2009/11/07 18:03:53 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild,v 1.4 2010/02/16 16:49:29 tester Exp $ + +EAPI="2" DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov" HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php" @@ -13,7 +15,7 @@ IUSE="" DEPEND="" RDEPEND=">=dev-lang/perl-5 - dev-perl/GD" + dev-perl/GD[png]" src_install() { emake PREFIX="${D}" install || die "install failed" |