summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-04-01 16:33:12 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-04-01 16:33:12 +0000
commitb1e8fb889a6d9bc20985b61dd6b09987cd7f6e4c (patch)
treee17e55d9b14eead711fa4c03c4c244c5208f0b8f /media-libs/mesa
parentAdded ~ppc keyword. Bug 128064 (diff)
downloadgentoo-2-b1e8fb889a6d9bc20985b61dd6b09987cd7f6e4c.tar.gz
gentoo-2-b1e8fb889a6d9bc20985b61dd6b09987cd7f6e4c.tar.bz2
gentoo-2-b1e8fb889a6d9bc20985b61dd6b09987cd7f6e4c.zip
Add some missing x11-proto dependencies. (bug #128336, Steven Jenkins)
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/ChangeLog6
-rw-r--r--media-libs/mesa/mesa-6.4.2-r2.ebuild5
-rw-r--r--media-libs/mesa/mesa-6.5.ebuild5
3 files changed, 13 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index 50b7c75ee557..6827815a1ba9 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/mesa
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.73 2006/04/01 04:30:44 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.74 2006/04/01 16:33:12 joshuabaergen Exp $
+
+ 01 Apr 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ mesa-6.4.2-r2.ebuild, mesa-6.5.ebuild:
+ Add some missing x11-proto dependencies. (bug #128336, Steven Jenkins)
*mesa-6.5 (01 Apr 2006)
diff --git a/media-libs/mesa/mesa-6.4.2-r2.ebuild b/media-libs/mesa/mesa-6.4.2-r2.ebuild
index c1abed9f0be4..192354819e28 100644
--- a/media-libs/mesa/mesa-6.4.2-r2.ebuild
+++ b/media-libs/mesa/mesa-6.4.2-r2.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.4.2-r2.ebuild,v 1.2 2006/03/31 20:02:35 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.4.2-r2.ebuild,v 1.3 2006/04/01 16:33:12 joshuabaergen Exp $
inherit eutils toolchain-funcs multilib flag-o-matic
@@ -44,6 +44,9 @@ RDEPEND="dev-libs/expat
!<=x11-base/xorg-x11-6.9"
DEPEND="${RDEPEND}
x11-misc/makedepend
+ x11-proto/inputproto
+ x11-proto/xextproto
+ !hppa? ( x11-proto/xf86driproto )
x11-proto/xf86vidmodeproto
>=x11-proto/glproto-1.4-r1
motif? ( x11-proto/printproto )"
diff --git a/media-libs/mesa/mesa-6.5.ebuild b/media-libs/mesa/mesa-6.5.ebuild
index e5ca3577a815..60ce054ebb8f 100644
--- a/media-libs/mesa/mesa-6.5.ebuild
+++ b/media-libs/mesa/mesa-6.5.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.ebuild,v 1.1 2006/04/01 04:30:44 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.ebuild,v 1.2 2006/04/01 16:33:12 joshuabaergen Exp $
inherit eutils toolchain-funcs multilib flag-o-matic
@@ -44,6 +44,9 @@ RDEPEND="dev-libs/expat
!<=x11-base/xorg-x11-6.9"
DEPEND="${RDEPEND}
x11-misc/makedepend
+ x11-proto/inputproto
+ x11-proto/xextproto
+ !hppa? ( x11-proto/xf86driproto )
x11-proto/xf86vidmodeproto
>=x11-proto/glproto-1.4-r1
motif? ( x11-proto/printproto )"