diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-03 18:47:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-03 18:47:14 +0000 |
commit | fe81dd3a00d065befb6508a599a7a29e7ff46bdc (patch) | |
tree | b8baeb9721c5567b49e339f0c3205804cfd86de3 /app-admin/testdisk | |
parent | Add an initial set of 2007.1 development profiles as a direct copy of the cur... (diff) | |
download | gentoo-2-fe81dd3a00d065befb6508a599a7a29e7ff46bdc.tar.gz gentoo-2-fe81dd3a00d065befb6508a599a7a29e7ff46bdc.tar.bz2 gentoo-2-fe81dd3a00d065befb6508a599a7a29e7ff46bdc.zip |
whitespace
(Portage version: 2.1.2.11)
Diffstat (limited to 'app-admin/testdisk')
-rw-r--r-- | app-admin/testdisk/testdisk-6.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/testdisk/testdisk-6.7-r1.ebuild b/app-admin/testdisk/testdisk-6.7-r1.ebuild index 8af5573b70bf..676cff560e0a 100644 --- a/app-admin/testdisk/testdisk-6.7-r1.ebuild +++ b/app-admin/testdisk/testdisk-6.7-r1.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-admin/testdisk/testdisk-6.7-r1.ebuild,v 1.1 2007/08/03 03:49:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-6.7-r1.ebuild,v 1.2 2007/08/03 18:47:14 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -33,7 +33,7 @@ src_compile() { use reiserfs || myconf="${myconf} --without-reiserfs" use ntfs || myconf="${myconf} --without-ntfs" use jpeg || myconf="${myconf} --without-jpeg" - + # this is static method is the same used by upstream for their 'static' make # target, but better, as it doesn't break. use static && append-ldflags -static |