summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-10 06:02:11 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-10 06:02:11 +0000
commit4a1e3f633665c7bea450589c811bae00198117a0 (patch)
treecea62af2886c82b75a84f970ac653d8a6bbc6106 /app-emulation/wine/wine-1.4.1.ebuild
parentdev-libs/quazip: Version Bump; drop rpath hack (diff)
downloadgentoo-2-4a1e3f633665c7bea450589c811bae00198117a0.tar.gz
gentoo-2-4a1e3f633665c7bea450589c811bae00198117a0.tar.bz2
gentoo-2-4a1e3f633665c7bea450589c811bae00198117a0.zip
Add virtual/glu dependency for mesa-9, bug #434446, thanks to Andreas Sturmlechner.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.4.1.ebuild')
-rw-r--r--app-emulation/wine/wine-1.4.1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.4.1.ebuild b/app-emulation/wine/wine-1.4.1.ebuild
index 9d0350ecd6ba..3aeeb7ce0887 100644
--- a/app-emulation/wine/wine-1.4.1.ebuild
+++ b/app-emulation/wine/wine-1.4.1.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-1.4.1.ebuild,v 1.5 2012/08/23 16:45:20 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v 1.6 2012/09/10 06:02:11 tetromino Exp $
EAPI="4"
@@ -72,7 +72,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 )