summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-01 03:44:46 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-01 03:44:46 +0000
commit392790958ea5148920d34187fff92677d489896a (patch)
tree0af50bf801fcc2daa288c60c2da7df9b422de56d /app-emulation
parentStable on sparc. (diff)
downloadhistorical-392790958ea5148920d34187fff92677d489896a.tar.gz
historical-392790958ea5148920d34187fff92677d489896a.tar.bz2
historical-392790958ea5148920d34187fff92677d489896a.zip
fix config_cache naming
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/Manifest8
-rw-r--r--app-emulation/wine/wine-20041019-r2.ebuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest
index 96f611cd9be1..492614a93e88 100644
--- a/app-emulation/wine/Manifest
+++ b/app-emulation/wine/Manifest
@@ -4,7 +4,7 @@ Hash: SHA1
MD5 e8943ca9d33cdcbfe321e8061b70514b ChangeLog 14665
MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354
MD5 56b0990c71158a55583c149383d8b652 wine-20041019.ebuild 3753
-MD5 ecf3eb3ce0b8a12aea0902af98f3f881 wine-20041019-r2.ebuild 4062
+MD5 e05fb9ec958e95bfe0fbb849919dfea4 wine-20041019-r2.ebuild 4055
MD5 0b8a40b373bf8ab6c0368dd5a64f5449 wine-20040716.ebuild 3443
MD5 9dbf73d557110996f187b6ed6ae4f7ea files/20041019-load-wrappers.patch 1333
MD5 1668a758aa2007cb99a773b3c5c844c9 files/winearts-kdecvs-fix.patch 325
@@ -16,7 +16,7 @@ MD5 4ccbe6abe9eafe846714dd218bc6d2dd files/digest-wine-20041019-r2 212
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBhbEXHTu7gpaalycRAg2kAKDlG5aYGTpH4VAjPHZNWQWdo0QeYwCghtHz
-3i0peOQ4mpMUQNGJj6mEuNE=
-=eoKl
+iD8DBQFBhbFOHTu7gpaalycRAqknAKCkdEbuSZYrHL3TAzuhbdHTaFkkYACgv19S
+zoWIJp41/mJ45xLlMgR/Rsk=
+=fsE9
-----END PGP SIGNATURE-----
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
}