diff options
Diffstat (limited to 'dev-util/lcov/lcov-1.6.ebuild')
-rw-r--r-- | dev-util/lcov/lcov-1.6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/lcov/lcov-1.6.ebuild b/dev-util/lcov/lcov-1.6.ebuild index c329ac119978..13668108aa09 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 # 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.1 2008/10/24 20:10:16 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.6.ebuild,v 1.2 2008/10/28 02:06:15 mr_bones_ Exp $ DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov" HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php" @@ -17,4 +17,3 @@ RDEPEND=">=dev-lang/perl-5" src_install() { emake PREFIX="${D}" install || die "install failed" } - |