diff options
author | 2009-01-21 08:52:46 +0000 | |
---|---|---|
committer | 2009-01-21 08:52:46 +0000 | |
commit | 299528797113e8c4ce9cd9fb5d1f1f5720b51331 (patch) | |
tree | b93fb8daf92cc1f099e3be7aee68232f07b0b31b /app-emulation/wine/wine-9999.ebuild | |
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/wine-9999.ebuild')
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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} |