diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-04-23 19:59:44 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-04-23 19:59:44 +0000 |
commit | cbc3a59b8a00da962e20ace02150c6fe3a8f854a (patch) | |
tree | 0a01de913056bbf4c8a315b93645dd14a62ec101 /app-emulation | |
parent | opengl fixes (diff) | |
download | gentoo-2-cbc3a59b8a00da962e20ace02150c6fe3a8f854a.tar.gz gentoo-2-cbc3a59b8a00da962e20ace02150c6fe3a8f854a.tar.bz2 gentoo-2-cbc3a59b8a00da962e20ace02150c6fe3a8f854a.zip |
many virtual/x11 and virtual/opengl dependency fixups, and a few removals
of older ebuilds
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 b81039d782a6..f8d01ae6cc44 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.1 2001/04/12 08:24:44 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20010326.ebuild,v 1.2 2001/04/23 19:59:23 drobbins 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-glue )" + opengl? ( media-libs/mesa-glu )" src_compile() { |