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 | 090bef6556916c87c80f66981900ddc4f7bb7e29 (patch) | |
tree | 5de627adb4a9a4447ed00095796d5bc355fc29a8 | |
parent | whitespace (diff) | |
download | gentoo-2-090bef6556916c87c80f66981900ddc4f7bb7e29.tar.gz gentoo-2-090bef6556916c87c80f66981900ddc4f7bb7e29.tar.bz2 gentoo-2-090bef6556916c87c80f66981900ddc4f7bb7e29.zip |
whitespace
(Portage version: 2.1.4.5)
-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" } - |