diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-08 21:45:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-08 21:45:10 +0000 |
commit | 98d55b14a446f7f8cf007a26322517d415078ae6 (patch) | |
tree | 7a6ce6eb42fc04ef326c647615f713ab9d4abca0 /dev-libs | |
parent | whitespace (diff) | |
download | gentoo-2-98d55b14a446f7f8cf007a26322517d415078ae6.tar.gz gentoo-2-98d55b14a446f7f8cf007a26322517d415078ae6.tar.bz2 gentoo-2-98d55b14a446f7f8cf007a26322517d415078ae6.zip |
whitespace
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/cloog/cloog-0.18.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/cloog/cloog-0.18.0.ebuild b/dev-libs/cloog/cloog-0.18.0.ebuild index 3a86cedc51fc..98e08b712e2b 100644 --- a/dev-libs/cloog/cloog-0.18.0.ebuild +++ b/dev-libs/cloog/cloog-0.18.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild,v 1.1 2013/01/07 00:28:01 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild,v 1.2 2013/01/08 21:45:10 mr_bones_ Exp $ EAPI="4" @@ -24,7 +24,7 @@ DOCS=( README ) src_prepare() { # m4/ax_create_pkgconfig_info.m4 includes LDFLAGS - # sed to avoid eautoreconf + # sed to avoid eautoreconf sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die } |