diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-18 21:14:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-05-18 21:14:21 +0000 |
commit | 1707311505eaa18a20818fa829ec168431ecedca (patch) | |
tree | db6cb93c896c5dc7ff4743ea46b23b28fe826579 /app-emulation | |
parent | Bump to 1.24.2. Bug fixes. (diff) | |
download | gentoo-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')
-rw-r--r-- | app-emulation/wine/wine-1.1.13.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.14.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.15.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.16.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.17.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.18.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.19.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.20.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.21.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/app-emulation/wine/wine-1.1.13.ebuild b/app-emulation/wine/wine-1.1.13.ebuild index f579b82134ba..ecd19b18922f 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.11 2009/05/16 16:08:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v 1.12 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 diff --git a/app-emulation/wine/wine-1.1.14.ebuild b/app-emulation/wine/wine-1.1.14.ebuild index 64af8c541fc1..58513af147e0 100644 --- a/app-emulation/wine/wine-1.1.14.ebuild +++ b/app-emulation/wine/wine-1.1.14.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.14.ebuild,v 1.6 2009/05/16 16:08:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.14.ebuild,v 1.7 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 diff --git a/app-emulation/wine/wine-1.1.15.ebuild b/app-emulation/wine/wine-1.1.15.ebuild index 17c07bec6197..3fd62015d1c9 100644 --- a/app-emulation/wine/wine-1.1.15.ebuild +++ b/app-emulation/wine/wine-1.1.15.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.15.ebuild,v 1.8 2009/05/16 16:08:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.15.ebuild,v 1.9 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 diff --git a/app-emulation/wine/wine-1.1.16.ebuild b/app-emulation/wine/wine-1.1.16.ebuild index 5d90956ed109..4ffb63145edb 100644 --- a/app-emulation/wine/wine-1.1.16.ebuild +++ b/app-emulation/wine/wine-1.1.16.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.16.ebuild,v 1.7 2009/05/16 16:08:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.16.ebuild,v 1.8 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 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 diff --git a/app-emulation/wine/wine-1.1.18.ebuild b/app-emulation/wine/wine-1.1.18.ebuild index cb65da65106b..f4cd42a7b1eb 100644 --- a/app-emulation/wine/wine-1.1.18.ebuild +++ b/app-emulation/wine/wine-1.1.18.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.18.ebuild,v 1.4 2009/05/16 16:08:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.18.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 diff --git a/app-emulation/wine/wine-1.1.19.ebuild b/app-emulation/wine/wine-1.1.19.ebuild index e9cad0a451f8..8e2af1972f54 100644 --- a/app-emulation/wine/wine-1.1.19.ebuild +++ b/app-emulation/wine/wine-1.1.19.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.19.ebuild,v 1.4 2009/05/16 16:08:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.19.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 diff --git a/app-emulation/wine/wine-1.1.20.ebuild b/app-emulation/wine/wine-1.1.20.ebuild index 87558d7e151f..1241f1a17258 100644 --- a/app-emulation/wine/wine-1.1.20.ebuild +++ b/app-emulation/wine/wine-1.1.20.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.20.ebuild,v 1.4 2009/05/16 16:08:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.20.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 diff --git a/app-emulation/wine/wine-1.1.21.ebuild b/app-emulation/wine/wine-1.1.21.ebuild index 3606c21ec4cd..821530d567fc 100644 --- a/app-emulation/wine/wine-1.1.21.ebuild +++ b/app-emulation/wine/wine-1.1.21.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.21.ebuild,v 1.3 2009/05/16 16:08:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.21.ebuild,v 1.4 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 diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index a3ff783e15e1..026489944e86 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.37 2009/05/16 16:08:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.38 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 |