diff options
author | 2009-05-16 16:08:42 +0000 | |
---|---|---|
committer | 2009-05-16 16:08:42 +0000 | |
commit | e203b49846e5b1e9d1e31b437aed5ec74bd82147 (patch) | |
tree | 8da77862f5cb2337267403ab2ccad5caecb82e8b /app-emulation/wine/wine-9999.ebuild | |
parent | old (diff) | |
download | gentoo-2-e203b49846e5b1e9d1e31b437aed5ec74bd82147.tar.gz gentoo-2-e203b49846e5b1e9d1e31b437aed5ec74bd82147.tar.bz2 gentoo-2-e203b49846e5b1e9d1e31b437aed5ec74bd82147.zip |
Dont require multilib files when USE=win64 #269439 by Mikel Olasagasti.
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-emulation/wine/wine-9999.ebuild')
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 3a41ef5fa6a4..a3ff783e15e1 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.36 2009/05/08 20:47:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.37 2009/05/16 16:08:42 vapier Exp $ EAPI="2" @@ -60,14 +60,14 @@ RDEPEND=">=media-libs/freetype-2.0.0 ssl? ( dev-libs/openssl ) png? ( media-libs/libpng ) win64? ( >=sys-devel/gcc-4.4.0 ) - amd64? ( + win64? ( amd64? ( X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 - )" + ) )" DEPEND="${RDEPEND} X? ( x11-proto/inputproto |