summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-02 01:23:57 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-02 01:23:57 +0000
commit4b289d865f2085ee6f4c9a15bed1cac500700f72 (patch)
treef348ee4860c04ac2b896064c23c102f907b3f78b /app-emulation
parentKeywords ~amd64. (diff)
downloadhistorical-4b289d865f2085ee6f4c9a15bed1cac500700f72.tar.gz
historical-4b289d865f2085ee6f4c9a15bed1cac500700f72.tar.bz2
historical-4b289d865f2085ee6f4c9a15bed1cac500700f72.zip
USE=debug is broken in this release
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/Manifest12
-rw-r--r--app-emulation/wine/wine-20041019-r3.ebuild7
2 files changed, 10 insertions, 9 deletions
diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest
index e21574008fcc..a634ba68dabb 100644
--- a/app-emulation/wine/Manifest
+++ b/app-emulation/wine/Manifest
@@ -3,10 +3,10 @@ Hash: SHA1
MD5 0a1ee9b91537e642fd6cff9ea3c2e01d ChangeLog 14842
MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354
-MD5 5926203e4ed53edf42d54a38bc407bd8 wine-20041019-r3.ebuild 2721
-MD5 7e2481a2dab7a420547cf06c307bf7b1 wine-20041019.ebuild 3769
-MD5 6477bfb94396c616bd290731eecac4fc wine-20041019-r2.ebuild 4071
MD5 0b8a40b373bf8ab6c0368dd5a64f5449 wine-20040716.ebuild 3443
+MD5 6477bfb94396c616bd290731eecac4fc wine-20041019-r2.ebuild 4071
+MD5 042e6d33b02de6804917ca24ad2865b0 wine-20041019-r3.ebuild 2758
+MD5 7e2481a2dab7a420547cf06c307bf7b1 wine-20041019.ebuild 3769
MD5 9dbf73d557110996f187b6ed6ae4f7ea files/20041019-load-wrappers.patch 1333
MD5 1668a758aa2007cb99a773b3c5c844c9 files/winearts-kdecvs-fix.patch 325
MD5 ae28341f05c0916661c1346a28720230 files/QueryActCtxw_Photoshop7.0.diff 686
@@ -18,7 +18,7 @@ MD5 4ccbe6abe9eafe846714dd218bc6d2dd files/digest-wine-20041019-r2 212
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBhkGNHTu7gpaalycRAsxNAJ99l776OAhBPppO5vo/njJwV9UGEQCfZos1
-XntpKHqofc7c2AQKaTcs7iU=
-=WIR6
+iD8DBQFBhuHUHTu7gpaalycRAjaFAKD40QA9mbKwgu/WKqvmtZuHc8rmHwCeLaPP
+Di+4WSqfJITFffU97MEdC54=
+=vD/a
-----END PGP SIGNATURE-----
diff --git a/app-emulation/wine/wine-20041019-r3.ebuild b/app-emulation/wine/wine-20041019-r3.ebuild
index c8239c31b300..41ee79262bfe 100644
--- a/app-emulation/wine/wine-20041019-r3.ebuild
+++ b/app-emulation/wine/wine-20041019-r3.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-r3.ebuild,v 1.1 2004/11/01 14:00:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.2 2004/11/02 01:23:57 vapier Exp $
inherit eutils flag-o-matic
@@ -66,13 +66,14 @@ src_compile() {
strip-flags
# $(use_enable amd64 win64)
+ # USE=debug is broken in this release
+ # $(use_enable debug trace)
+ # $(use_enable debug)
econf \
--sysconfdir=/etc/wine \
$(use_with ncurses curses) \
$(use_with opengl) \
$(use_with X x) \
- $(use_enable debug trace) \
- $(use_enable debug) \
|| die "configure failed"
emake -j1 depend || die "depend"