summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-10 21:36:40 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-10 21:36:40 +0000
commit2eb87904e97ac7472dace8248800d483bd008cbd (patch)
tree098931575b9c6b6ce12db4911d07d567fb4fbfe3 /media-libs
parentNew patch level. Not only does herdstat now show names with non-ASCII chars ... (diff)
downloadgentoo-2-2eb87904e97ac7472dace8248800d483bd008cbd.tar.gz
gentoo-2-2eb87904e97ac7472dace8248800d483bd008cbd.tar.bz2
gentoo-2-2eb87904e97ac7472dace8248800d483bd008cbd.zip
Add dep on >=x11-proto/glproto-1.4-r1.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/ChangeLog5
-rw-r--r--media-libs/mesa/mesa-6.3.1.1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index 957289f5919a..4cfb3d93f282 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.15 2005/08/10 20:37:47 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.16 2005/08/10 21:36:40 spyderous Exp $
+
+ 10 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; mesa-6.3.1.1.ebuild:
+ Add dep on >=x11-proto/glproto-1.4-r1.
10 Aug 2005; Ferris McCormick <fmccor@gentoo.org> mesa-6.3.1.1.ebuild:
1. Correct echo "$(...)" to echo "\$(...)";
diff --git a/media-libs/mesa/mesa-6.3.1.1.ebuild b/media-libs/mesa/mesa-6.3.1.1.ebuild
index 7042ca47ef42..8998f7ddab27 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.6 2005/08/10 20:37:47 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.1.1.ebuild,v 1.7 2005/08/10 21:36:40 spyderous Exp $
inherit eutils toolchain-funcs
@@ -29,7 +29,8 @@ RDEPEND="dev-libs/expat
>=x11-base/opengl-update-2.2.2
motif? ( virtual/motif )"
DEPEND="${RDEPEND}
- x11-misc/makedepend"
+ x11-misc/makedepend
+ >=x11-proto/glproto-1.4-r1"
PROVIDE="virtual/opengl virtual/glu"