diff options
author | Olivier Crête <tester@gentoo.org> | 2010-02-16 16:49:29 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2010-02-16 16:49:29 +0000 |
commit | 455e8755d8ace2fc3e9053be7aa93a4460f25055 (patch) | |
tree | d7d5644510f507f47ba2f4c307282abb91fbc5d7 /dev-util/lcov/lcov-1.7.ebuild | |
parent | Remove USE="qt3" wrt #301377, thanks to Ben de Groot for reporting. (diff) | |
download | historical-455e8755d8ace2fc3e9053be7aa93a4460f25055.tar.gz historical-455e8755d8ace2fc3e9053be7aa93a4460f25055.tar.bz2 historical-455e8755d8ace2fc3e9053be7aa93a4460f25055.zip |
Needs dev-perl/GD with png, bug #300747
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
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" |