diff options
author | 2004-08-29 20:35:04 +0000 | |
---|---|---|
committer | 2004-08-29 20:35:04 +0000 | |
commit | a1aff1bc2cd47ebb9e72f4c2afc0a44e19254795 (patch) | |
tree | efb694380f53435e1f16336478f686ee4085fa3d /app-accessibility/sphinx2/sphinx2-0.4.ebuild | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-a1aff1bc2cd47ebb9e72f4c2afc0a44e19254795.tar.gz gentoo-2-a1aff1bc2cd47ebb9e72f4c2afc0a44e19254795.tar.bz2 gentoo-2-a1aff1bc2cd47ebb9e72f4c2afc0a44e19254795.zip |
gnuconfig_update on amd64. ~amd64
Diffstat (limited to 'app-accessibility/sphinx2/sphinx2-0.4.ebuild')
-rw-r--r-- | app-accessibility/sphinx2/sphinx2-0.4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-accessibility/sphinx2/sphinx2-0.4.ebuild b/app-accessibility/sphinx2/sphinx2-0.4.ebuild index 1199bea7b049..a40f415600c9 100644 --- a/app-accessibility/sphinx2/sphinx2-0.4.ebuild +++ b/app-accessibility/sphinx2/sphinx2-0.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.4.ebuild,v 1.5 2004/06/25 15:58:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.4.ebuild,v 1.6 2004/08/29 20:35:04 kugelfang Exp $ -inherit eutils +inherit eutils gnuconfig MY_P=${P/_/} S=${WORKDIR}/${MY_P} @@ -21,6 +21,9 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/sphinx2-gcc3.4.patch + if use amd64 ; then + gnuconfig_update + fi } src_install() { |