summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2013-12-16 14:32:01 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2013-12-16 14:32:01 +0000
commitfeac47c5ead78fed50b297b1ab746031dd3695a7 (patch)
tree2b27e4bcffccc93fcb9d955d4c56eb8b898525f7 /app-emulation/wine/wine-9999.ebuild
parentAdded HTTPS URL to EGIT_REPO_URI to allow live ebuilds to fetch data if firew... (diff)
downloadhistorical-feac47c5ead78fed50b297b1ab746031dd3695a7.tar.gz
historical-feac47c5ead78fed50b297b1ab746031dd3695a7.tar.bz2
historical-feac47c5ead78fed50b297b1ab746031dd3695a7.zip
Add a warning that on amd64, netapi is currently 64-bit only
Package-Manager: portage-2.2.7/cvs/Linux x86_64 Manifest-Sign-Key: 0xCF0ADD61
Diffstat (limited to 'app-emulation/wine/wine-9999.ebuild')
-rw-r--r--app-emulation/wine/wine-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
index 4ace117b4d68..aa5e6316b341 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.159 2013/12/16 00:28:21 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.160 2013/12/16 14:31:56 tetromino Exp $
EAPI="5"
@@ -301,6 +301,7 @@ do_configure() {
if [[ ${ABI} == amd64 ]]; then
myeconfargs+=( --enable-win64 )
else
+ use netapi && ewarn "Disabling netapi in wine32; see https://bugs.gentoo.org/494394"
# We currently don't have 32-bit libnetapi on amd64; #494394
myeconfargs+=(
--without-netapi