summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-09-16 19:12:31 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-09-16 19:12:31 +0000
commitf3298eb53dfcbdc6c5d15435088e9e92e13b9b58 (patch)
tree69bb33cf5c8d5234a3badca1299c8a211322559e /media-libs/mesa
parentx11-wm/enlightenment: use.local.desc unused flag(s): nothemes (diff)
downloadgentoo-2-f3298eb53dfcbdc6c5d15435088e9e92e13b9b58.tar.gz
gentoo-2-f3298eb53dfcbdc6c5d15435088e9e92e13b9b58.tar.bz2
gentoo-2-f3298eb53dfcbdc6c5d15435088e9e92e13b9b58.zip
Dep on glproto 1.4.7, not 1.4.4. Older versions aren't in portage anymore, but it's still possible to remain on them (Hanno Böck).
(Portage version: 2.1.1_rc1-r7)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/ChangeLog6
-rw-r--r--media-libs/mesa/mesa-6.5.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index 4cc61b524b9b..1b4422c6deba 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.106 2006/09/16 08:15:07 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.107 2006/09/16 19:12:31 dberkholz Exp $
+
+ 16 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; mesa-6.5.1.ebuild:
+ Dep on glproto 1.4.7, not 1.4.4. Older versions aren't in portage anymore,
+ but it's still possible to remain on them (Hanno Böck).
*mesa-6.5.1 (16 Sep 2006)
diff --git a/media-libs/mesa/mesa-6.5.1.ebuild b/media-libs/mesa/mesa-6.5.1.ebuild
index 61a1c960ff9e..1cd1af63a19e 100644
--- a/media-libs/mesa/mesa-6.5.1.ebuild
+++ b/media-libs/mesa/mesa-6.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.1.ebuild,v 1.1 2006/09/16 08:15:07 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.1.ebuild,v 1.2 2006/09/16 19:12:31 dberkholz Exp $
inherit eutils toolchain-funcs multilib flag-o-matic portability
@@ -54,7 +54,7 @@ DEPEND="${RDEPEND}
x11-proto/xextproto
!hppa? ( x11-proto/xf86driproto )
x11-proto/xf86vidmodeproto
- >=x11-proto/glproto-1.4.4
+ >=x11-proto/glproto-1.4.7
motif? ( x11-proto/printproto )"
S="${WORKDIR}/${MY_P}"