diff options
author | 2008-11-08 12:07:25 +0000 | |
---|---|---|
committer | 2008-11-08 12:07:25 +0000 | |
commit | cf6fe0cceb12608802985fd2182582f6de30b807 (patch) | |
tree | 0da0bc73c289a8a95ba157bdc5c9dd342a245f48 /app-text/rarian/rarian-0.8.1.ebuild | |
parent | x86 stable, remove old (diff) | |
download | gentoo-2-cf6fe0cceb12608802985fd2182582f6de30b807.tar.gz gentoo-2-cf6fe0cceb12608802985fd2182582f6de30b807.tar.bz2 gentoo-2-cf6fe0cceb12608802985fd2182582f6de30b807.zip |
remove unneeded line from configure, bug #240564
(Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'app-text/rarian/rarian-0.8.1.ebuild')
-rw-r--r-- | app-text/rarian/rarian-0.8.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/rarian/rarian-0.8.1.ebuild b/app-text/rarian/rarian-0.8.1.ebuild index dd7f99f3f724..634d5a00270f 100644 --- a/app-text/rarian/rarian-0.8.1.ebuild +++ b/app-text/rarian/rarian-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1.ebuild,v 1.1 2008/09/01 21:11:03 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1.ebuild,v 1.2 2008/11/08 12:07:25 eva Exp $ inherit eutils gnome2 @@ -26,6 +26,9 @@ src_unpack() { unpack ${A} cd "${S}" + # remove unneeded line, bug #240564 + sed "s/ (foreign dist-bzip2 dist-gzip)//" -i configure || die "sed failed" + elibtoolize ${ELTCONF} } |