diff options
author | 2004-11-01 03:44:46 +0000 | |
---|---|---|
committer | 2004-11-01 03:44:46 +0000 | |
commit | 71de2091498219a71de939c304146a4b86dad2bf (patch) | |
tree | 0daa07426b404d75beed0894575990ba65de01d0 /app-emulation | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-71de2091498219a71de939c304146a4b86dad2bf.tar.gz gentoo-2-71de2091498219a71de939c304146a4b86dad2bf.tar.bz2 gentoo-2-71de2091498219a71de939c304146a4b86dad2bf.zip |
fix config_cache naming
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-20041019-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20041019-r2.ebuild b/app-emulation/wine/wine-20041019-r2.ebuild index 0ce97521137f..abd4e9fe6f18 100644 --- a/app-emulation/wine/wine-20041019-r2.ebuild +++ b/app-emulation/wine/wine-20041019-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r2.ebuild,v 1.3 2004/11/01 03:43:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r2.ebuild,v 1.4 2004/11/01 03:44:46 vapier Exp $ inherit eutils flag-o-matic @@ -57,7 +57,7 @@ config_cache() { use ${1} && ans="yes" shift for h in "$@" ; do - export ac_cv_header_${h}=${ans} + export ac_cv_${h}=${ans} done } |