diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-23 22:57:08 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-23 22:57:08 +0000 |
commit | 6357c57551b7421050b42d8176cc98a63bb152ec (patch) | |
tree | 5d7bef2875e2f66134ba19503ee24b3d986ee2c0 /app-emulation | |
parent | *** empty log message *** (diff) | |
download | historical-6357c57551b7421050b42d8176cc98a63bb152ec.tar.gz historical-6357c57551b7421050b42d8176cc98a63bb152ec.tar.bz2 historical-6357c57551b7421050b42d8176cc98a63bb152ec.zip |
Uses virtual/opengl now
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-20010326.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20010326.ebuild b/app-emulation/wine/wine-20010326.ebuild index f8d01ae6cc44..737beaf885e3 100644 --- a/app-emulation/wine/wine-20010326.ebuild +++ b/app-emulation/wine/wine-20010326.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20010326.ebuild,v 1.2 2001/04/23 19:59:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20010326.ebuild,v 1.3 2001/04/23 22:57:08 achim Exp $ A=Wine-${PV}.tar.gz S=${WORKDIR}/${P} @@ -12,7 +12,7 @@ HOMEPAGE="http://www.winehq.com" DEPEND="virtual/glibc virtual/x11 >=sys-libs/ncurses-5.2 - opengl? ( media-libs/mesa-glu )" + opengl? ( virtual/opengl )" src_compile() { |