diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-09-10 06:02:11 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-09-10 06:02:11 +0000 |
commit | d5c88daa389a9d71b8ec443f1883015d4173abb6 (patch) | |
tree | afa592d7adcf049a086bdb1689bdac5f701dfa8b /app-emulation/wine/wine-9999.ebuild | |
parent | dev-libs/quazip: Version Bump; drop rpath hack (diff) | |
download | historical-d5c88daa389a9d71b8ec443f1883015d4173abb6.tar.gz historical-d5c88daa389a9d71b8ec443f1883015d4173abb6.tar.bz2 historical-d5c88daa389a9d71b8ec443f1883015d4173abb6.zip |
Add virtual/glu dependency for mesa-9, bug #434446, thanks to Andreas Sturmlechner.
Package-Manager: portage-2.2.0_alpha124/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/wine/wine-9999.ebuild')
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index b216b400cb22..966f7b507e1d 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.114 2012/08/23 16:45:20 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.115 2012/09/10 06:02:11 tetromino Exp $ EAPI="4" @@ -78,7 +78,10 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) opencl? ( virtual/opencl ) - opengl? ( virtual/opengl ) + opengl? ( + virtual/glu + virtual/opengl + ) gsm? ( media-sound/gsm ) jpeg? ( virtual/jpeg ) ldap? ( net-nds/openldap ) |