diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-02-10 21:17:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-02-10 21:17:30 +0000 |
commit | 4e44d48863d23420d35c95f34e87b14cafb75761 (patch) | |
tree | 4db284c5a08ddb3010ee3820104da35af6f3ed45 /net-libs/liblockfile | |
parent | Version bump (bug #402985). Implement src_test(). Take maintainership. (diff) | |
download | gentoo-2-4e44d48863d23420d35c95f34e87b14cafb75761.tar.gz gentoo-2-4e44d48863d23420d35c95f34e87b14cafb75761.tar.bz2 gentoo-2-4e44d48863d23420d35c95f34e87b14cafb75761.zip |
whitespace
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'net-libs/liblockfile')
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.09.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/liblockfile/liblockfile-1.09.ebuild b/net-libs/liblockfile/liblockfile-1.09.ebuild index c92acfa8e7a3..71f3f357f3e8 100644 --- a/net-libs/liblockfile/liblockfile-1.09.ebuild +++ b/net-libs/liblockfile/liblockfile-1.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.2 2012/02/10 17:04:41 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.3 2012/02/10 21:17:30 mr_bones_ Exp $ EAPI=4 @@ -26,7 +26,7 @@ src_prepare() { # I don't feel like making the Makefile portable [[ ${CHOST} == *-darwin* ]] \ && cp ${FILESDIR}/Makefile.Darwin.in Makefile.in - + eautoreconf } |