diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-21 08:52:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-21 08:52:46 +0000 |
commit | 299528797113e8c4ce9cd9fb5d1f1f5720b51331 (patch) | |
tree | b93fb8daf92cc1f099e3be7aee68232f07b0b31b /app-emulation/wine | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-299528797113e8c4ce9cd9fb5d1f1f5720b51331.tar.gz gentoo-2-299528797113e8c4ce9cd9fb5d1f1f5720b51331.tar.bz2 gentoo-2-299528797113e8c4ce9cd9fb5d1f1f5720b51331.zip |
Make sure we pull in app-emulation/emul-linux-x86-baselibs for amd64 systems.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.13.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index aa2e11ce9664..e41c8e552004 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,11 @@ # 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.241 2009/01/20 14:55:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.242 2009/01/21 08:52:46 vapier Exp $ + + 21 Jan 2009; Mike Frysinger <vapier@gentoo.org> wine-1.1.13.ebuild, + wine-9999.ebuild: + Make sure we pull in app-emulation/emul-linux-x86-baselibs for amd64 + systems. 20 Jan 2009; Mike Frysinger <vapier@gentoo.org> wine-1.1.13.ebuild, wine-9999.ebuild: diff --git a/app-emulation/wine/wine-1.1.13.ebuild b/app-emulation/wine/wine-1.1.13.ebuild index 0c227c10c13a..1b5899463e9e 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.3 2009/01/20 14:55:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v 1.4 2009/01/21 08:52:46 vapier Exp $ EAPI="2" @@ -60,6 +60,7 @@ RDEPEND=">=media-libs/freetype-2.0.0 >=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} diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index ec9ce620c77b..7cee4770cd15 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.28 2009/01/20 14:55:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.29 2009/01/21 08:52:46 vapier Exp $ EAPI="2" @@ -60,6 +60,7 @@ RDEPEND=">=media-libs/freetype-2.0.0 >=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} |