diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-10-28 02:06:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-10-28 02:06:15 +0000 |
commit | 5d120b77a5765867ad39f430169c3e5cc6711eda (patch) | |
tree | 57ba54336751fbba1b1123ec8738c328db3f3b97 /dev-util/lcov | |
parent | sys-app/preload - fix init script (see ChangeLog for details) (diff) | |
download | historical-5d120b77a5765867ad39f430169c3e5cc6711eda.tar.gz historical-5d120b77a5765867ad39f430169c3e5cc6711eda.tar.bz2 historical-5d120b77a5765867ad39f430169c3e5cc6711eda.zip |
whitespace
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'dev-util/lcov')
-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" } - |