diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-28 20:18:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-28 20:18:22 +0000 |
commit | 148a85b037f0224e9a6cd079e66616acf95c7178 (patch) | |
tree | 8922933e5736ea3e13012fe4e459f623f444bbfa /media-libs | |
parent | Stable for HPPA (bug #315365). (diff) | |
download | gentoo-2-148a85b037f0224e9a6cd079e66616acf95c7178.tar.gz gentoo-2-148a85b037f0224e9a6cd079e66616acf95c7178.tar.bz2 gentoo-2-148a85b037f0224e9a6cd079e66616acf95c7178.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/audiofile/audiofile-0.2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/audiofile/audiofile-0.2.7.ebuild b/media-libs/audiofile/audiofile-0.2.7.ebuild index bfc1b5e41507..7292001b7541 100644 --- a/media-libs/audiofile/audiofile-0.2.7.ebuild +++ b/media-libs/audiofile/audiofile-0.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.7.ebuild,v 1.1 2010/04/28 16:03:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.7.ebuild,v 1.2 2010/04/28 20:18:22 mr_bones_ Exp $ EAPI=3 inherit autotools eutils @@ -20,7 +20,7 @@ src_prepare() { sed -i \ -e 's:noinst_PROGRAMS:check_PROGRAMS:' \ test/Makefile.am || die - + eautoreconf } |