diff options
author | Daniel Black <dragonheart@gentoo.org> | 2009-10-26 10:00:25 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2009-10-26 10:00:25 +0000 |
commit | 10dc307364b832bfb9f07593746a259a74294e08 (patch) | |
tree | dd7db20f53768b643d1730c7a20e1ee158892527 /dev-util/lcov/lcov-1.6.ebuild | |
parent | Stable for ppc. (diff) | |
download | gentoo-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.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" |