diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-28 19:00:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-28 19:00:04 +0000 |
commit | 2e25dd673beaf2f0970fa7d4809124c68997e99e (patch) | |
tree | 883582cb66cf7ba2eae44401caf185cea2148169 /app-emulation | |
parent | Add dep on dev-lang/php (diff) | |
download | gentoo-2-2e25dd673beaf2f0970fa7d4809124c68997e99e.tar.gz gentoo-2-2e25dd673beaf2f0970fa7d4809124c68997e99e.tar.bz2 gentoo-2-2e25dd673beaf2f0970fa7d4809124c68997e99e.zip |
Force gcc-4.4 for USE=win64 #256274 by John W Eckhart.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/wine/metadata.xml | 2 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.13.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 3 |
4 files changed, 10 insertions, 4 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 55ade445fa46..bd3248138fc4 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.244 2009/01/24 15:05:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.245 2009/01/28 19:00:04 vapier Exp $ + + 28 Jan 2009; Mike Frysinger <vapier@gentoo.org> metadata.xml, + wine-1.1.13.ebuild, wine-9999.ebuild: + Force gcc-4.4 for USE=win64 #256274 by John W Eckhart. 24 Jan 2009; Mike Frysinger <vapier@gentoo.org> wine-1.1.13.ebuild, wine-9999.ebuild: diff --git a/app-emulation/wine/metadata.xml b/app-emulation/wine/metadata.xml index 234b62f46583..90f6e7d828e1 100644 --- a/app-emulation/wine/metadata.xml +++ b/app-emulation/wine/metadata.xml @@ -13,6 +13,6 @@ Think of Wine as a compatibility layer for running Windows programs. Wine does n <flag name='samba'>Add support for NTLM auth. see http://wiki.winehq.org/NtlmAuthSetupGuide and http://wiki.winehq.org/NtlmSigningAndSealing</flag> - <flag name='win64'>Build a 64bit version of Wine</flag> + <flag name='win64'>Build a 64bit version of Wine (won't run Win32 binaries)</flag> </use> </pkgmetadata> diff --git a/app-emulation/wine/wine-1.1.13.ebuild b/app-emulation/wine/wine-1.1.13.ebuild index 20fbf3544653..e4f2823d6d37 100644 --- a/app-emulation/wine/wine-1.1.13.ebuild +++ b/app-emulation/wine/wine-1.1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v 1.5 2009/01/24 15:05:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v 1.6 2009/01/28 19:00:04 vapier Exp $ EAPI="2" @@ -55,6 +55,7 @@ RDEPEND=">=media-libs/freetype-2.0.0 scanner? ( media-gfx/sane-backends ) ssl? ( dev-libs/openssl ) png? ( media-libs/libpng ) + win64? ( >sys-devel/gcc-4.3 ) amd64? ( X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 58727c2787e7..67a5be49b86d 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.30 2009/01/24 15:05:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.31 2009/01/28 19:00:04 vapier Exp $ EAPI="2" @@ -55,6 +55,7 @@ RDEPEND=">=media-libs/freetype-2.0.0 scanner? ( media-gfx/sane-backends ) ssl? ( dev-libs/openssl ) png? ( media-libs/libpng ) + win64? ( >sys-devel/gcc-4.3 ) amd64? ( X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 |