diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-02 04:01:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-02 04:01:31 +0000 |
commit | 5c1e7f74c15005c5ca67f8094dcb352695c27a70 (patch) | |
tree | 5e503ca380bc178318c38a13e6d8d361c381c778 /app-misc | |
parent | Fixed bugs in patches and disabled linking against libg2c for atlas as well (... (diff) | |
download | gentoo-2-5c1e7f74c15005c5ca67f8094dcb352695c27a70.tar.gz gentoo-2-5c1e7f74c15005c5ca67f8094dcb352695c27a70.tar.bz2 gentoo-2-5c1e7f74c15005c5ca67f8094dcb352695c27a70.zip |
whitespace
(Portage version: 2.1.2.12)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/supercat/supercat-0.5.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/supercat/supercat-0.5.1.ebuild b/app-misc/supercat/supercat-0.5.1.ebuild index 60671f93659a..aa94f710a56c 100644 --- a/app-misc/supercat/supercat-0.5.1.ebuild +++ b/app-misc/supercat/supercat-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/supercat-0.5.1.ebuild,v 1.1 2007/09/01 20:11:31 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/supercat-0.5.1.ebuild,v 1.2 2007/09/02 04:01:31 mr_bones_ Exp $ DESCRIPTION="A text file colorizer using powerful regular expressions" HOMEPAGE="http://supercat.nosredna.net" @@ -16,4 +16,3 @@ RDEPEND="" src_install() { emake DESTDIR=${D} install || die "Install failed!" } - |