diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-19 14:52:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-19 14:52:16 +0000 |
commit | 05d125c4277fe2fe036b98e7428bdee73f9535d4 (patch) | |
tree | 6fb211c43fbc018a02198da4ab62a519ee773f10 /media-radio | |
parent | Version Bump, USE="bzip2 zlib" for support of .bz2 & .gz (diff) | |
download | gentoo-2-05d125c4277fe2fe036b98e7428bdee73f9535d4.tar.gz gentoo-2-05d125c4277fe2fe036b98e7428bdee73f9535d4.tar.bz2 gentoo-2-05d125c4277fe2fe036b98e7428bdee73f9535d4.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/xastir/xastir-1.9.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-radio/xastir/xastir-1.9.8.ebuild b/media-radio/xastir/xastir-1.9.8.ebuild index da8d4a45d60e..f792add5f850 100644 --- a/media-radio/xastir/xastir-1.9.8.ebuild +++ b/media-radio/xastir/xastir-1.9.8.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-radio/xastir/xastir-1.9.8.ebuild,v 1.1 2010/05/19 05:35:57 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.9.8.ebuild,v 1.2 2010/05/19 14:52:16 mr_bones_ Exp $ EAPI=2 inherit autotools eutils multilib @@ -32,7 +32,7 @@ RDEPEND="${DEPEND}" src_prepare() { # fix hardcoded /usr/local paths in scripts epatch "${FILESDIR}"/${P}-scripts.diff - # and patch libdir + # and patch libdir for f in scripts/permutations.pl scripts/test_coord.pl \ scripts/toporama250k.pl scripts/toporama50k.pl; do sed -i -e "s:/usr/lib:/usr/$(get_libdir):g" "${f}" \ |