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 /media-libs/mesa | |
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 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-3.4-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-3.4-r1.ebuild b/media-libs/mesa/mesa-3.4-r1.ebuild index ace0e7d6cc4b..24df0b9a925d 100644 --- a/media-libs/mesa/mesa-3.4-r1.ebuild +++ b/media-libs/mesa/mesa-3.4-r1.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/media-libs/mesa/mesa-3.4-r1.ebuild,v 1.3 2001/02/22 16:38:38 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-3.4-r1.ebuild,v 1.4 2001/04/23 19:59:36 drobbins Exp $ P=MesaLib-${PV} A0=${P}.tar.bz2 @@ -18,6 +18,8 @@ DEPEND="virtual/glibc ggi? ( >=media-libs/libggi-2.0_beta3 ) svga? ( >=media-libs/svgalib-1.4.2-r1 )" +PROVIDE="virtual/opengl" + src_compile() { local myconf |