summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-10 06:42:09 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-10 06:42:09 +0000
commitbdaeafed4c86676de7b05a2cbb36acb6462a756b (patch)
tree0b1f4b53bb1fb1eb70fce53e751acb81f2e60119 /media-libs/mesa
parentBump to deal with modular X. Do this by only checking for a high enough xorg-... (diff)
downloadgentoo-2-bdaeafed4c86676de7b05a2cbb36acb6462a756b.tar.gz
gentoo-2-bdaeafed4c86676de7b05a2cbb36acb6462a756b.tar.bz2
gentoo-2-bdaeafed4c86676de7b05a2cbb36acb6462a756b.zip
Add dep on >=opengl-update-2.2.2.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/ChangeLog5
-rw-r--r--media-libs/mesa/mesa-6.3.1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index b496ede699b7..6fd9c6def244 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.12 2005/08/10 06:17:14 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.13 2005/08/10 06:42:09 spyderous Exp $
+
+ 10 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; mesa-6.3.1.1.ebuild:
+ Add dep on >=opengl-update-2.2.2.
10 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; mesa-6.3.1.1.ebuild:
Add fix_opengl_symlinks() from xorg-x11, to set up the libGL symlinks.
diff --git a/media-libs/mesa/mesa-6.3.1.1.ebuild b/media-libs/mesa/mesa-6.3.1.1.ebuild
index 054c0397b4ad..c4ef8dbdc9ad 100644
--- a/media-libs/mesa/mesa-6.3.1.1.ebuild
+++ b/media-libs/mesa/mesa-6.3.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.1.1.ebuild,v 1.3 2005/08/10 06:17:14 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.1.1.ebuild,v 1.4 2005/08/10 06:42:09 spyderous Exp $
inherit eutils toolchain-funcs
@@ -26,7 +26,7 @@ RDEPEND="dev-libs/expat
x11-libs/libXxf86vm
x11-libs/libXi
x11-libs/libXmu
- >=x11-base/opengl-update-2.2.0
+ >=x11-base/opengl-update-2.2.2
motif? ( virtual/motif )"
DEPEND="${RDEPEND}
x11-misc/makedepend"