summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-05-18 21:14:21 +0000
committerMike Frysinger <vapier@gentoo.org>2009-05-18 21:14:21 +0000
commit1707311505eaa18a20818fa829ec168431ecedca (patch)
treedb6cb93c896c5dc7ff4743ea46b23b28fe826579 /app-emulation/wine/wine-1.1.17.ebuild
parentBump to 1.24.2. Bug fixes. (diff)
downloadgentoo-2-1707311505eaa18a20818fa829ec168431ecedca.tar.gz
gentoo-2-1707311505eaa18a20818fa829ec168431ecedca.tar.bz2
gentoo-2-1707311505eaa18a20818fa829ec168431ecedca.zip
Fix inverted win64 check #270288 by Matthew Smith.
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-emulation/wine/wine-1.1.17.ebuild')
-rw-r--r--app-emulation/wine/wine-1.1.17.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.1.17.ebuild b/app-emulation/wine/wine-1.1.17.ebuild
index 178b937e0ab3..4ddf69f00d90 100644
--- a/app-emulation/wine/wine-1.1.17.ebuild
+++ b/app-emulation/wine/wine-1.1.17.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.17.ebuild,v 1.4 2009/05/16 16:08:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.17.ebuild,v 1.5 2009/05/18 21:14:21 vapier Exp $
EAPI="2"
@@ -60,7 +60,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
ssl? ( dev-libs/openssl )
png? ( media-libs/libpng )
win64? ( >=sys-devel/gcc-4.4.0 )
- win64? ( amd64? (
+ !win64? ( amd64? (
X? (
>=app-emulation/emul-linux-x86-xlibs-2.1
>=app-emulation/emul-linux-x86-soundlibs-2.1