summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-10-11 02:26:49 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-10-11 02:26:49 +0000
commit27fedeeb16aef997b70dfa21666d47b62a497652 (patch)
tree918e26553367ccd208a00b8d0b0c13654befd3de /media-libs/mesa
parentadded amd64 to testing KEYWORD, thanks to Bret Towe (diff)
downloadgentoo-2-27fedeeb16aef997b70dfa21666d47b62a497652.tar.gz
gentoo-2-27fedeeb16aef997b70dfa21666d47b62a497652.tar.bz2
gentoo-2-27fedeeb16aef997b70dfa21666d47b62a497652.zip
(#149248) Since upstream cares more about performance than textrels etc, add a RESTRICT for the stricter FEATURES setting.
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/ChangeLog8
-rw-r--r--media-libs/mesa/mesa-6.4.2-r2.ebuild3
-rw-r--r--media-libs/mesa/mesa-6.5-r3.ebuild3
-rw-r--r--media-libs/mesa/mesa-6.5-r4.ebuild3
-rw-r--r--media-libs/mesa/mesa-6.5.1-r1.ebuild3
-rw-r--r--media-libs/mesa/mesa-6.5.1-r2.ebuild3
6 files changed, 17 insertions, 6 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index 9bcf1960731a..0a1590d2cabb 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,12 @@
# 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.118 2006/10/09 02:01:41 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.119 2006/10/11 02:26:48 dberkholz Exp $
+
+ 11 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; mesa-6.4.2-r2.ebuild,
+ mesa-6.5-r3.ebuild, mesa-6.5-r4.ebuild, mesa-6.5.1-r1.ebuild,
+ mesa-6.5.1-r2.ebuild:
+ (#149248) Since upstream cares more about performance than textrels etc, add
+ a RESTRICT for the stricter FEATURES setting.
*mesa-6.5.1-r2 (09 Oct 2006)
diff --git a/media-libs/mesa/mesa-6.4.2-r2.ebuild b/media-libs/mesa/mesa-6.4.2-r2.ebuild
index 6152690f5807..2b5b1473ecb7 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.17 2006/08/25 20:53:37 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.4.2-r2.ebuild,v 1.18 2006/10/11 02:26:49 dberkholz Exp $
inherit eutils toolchain-funcs multilib flag-o-matic portability
@@ -35,6 +35,7 @@ IUSE="${IUSE_VIDEO_CARDS}
hardened
motif"
+RESTRICT="stricter"
RDEPEND="dev-libs/expat
x11-libs/libX11
x11-libs/libXext
diff --git a/media-libs/mesa/mesa-6.5-r3.ebuild b/media-libs/mesa/mesa-6.5-r3.ebuild
index b1690248eda0..0461db43bd2e 100644
--- a/media-libs/mesa/mesa-6.5-r3.ebuild
+++ b/media-libs/mesa/mesa-6.5-r3.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-r3.ebuild,v 1.12 2006/08/25 20:53:37 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5-r3.ebuild,v 1.13 2006/10/11 02:26:49 dberkholz Exp $
inherit eutils toolchain-funcs multilib flag-o-matic portability
@@ -36,6 +36,7 @@ IUSE="${IUSE_VIDEO_CARDS}
motif
nptl"
+RESTRICT="stricter"
RDEPEND="dev-libs/expat
x11-libs/libX11
x11-libs/libXext
diff --git a/media-libs/mesa/mesa-6.5-r4.ebuild b/media-libs/mesa/mesa-6.5-r4.ebuild
index 12973d5726b6..578a86548c7a 100644
--- a/media-libs/mesa/mesa-6.5-r4.ebuild
+++ b/media-libs/mesa/mesa-6.5-r4.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-r4.ebuild,v 1.2 2006/08/25 20:53:37 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5-r4.ebuild,v 1.3 2006/10/11 02:26:49 dberkholz Exp $
inherit eutils toolchain-funcs multilib flag-o-matic portability
@@ -36,6 +36,7 @@ IUSE="${IUSE_VIDEO_CARDS}
motif
nptl"
+RESTRICT="stricter"
RDEPEND="dev-libs/expat
x11-libs/libX11
x11-libs/libXext
diff --git a/media-libs/mesa/mesa-6.5.1-r1.ebuild b/media-libs/mesa/mesa-6.5.1-r1.ebuild
index 459f96636e1d..2229e1d08d45 100644
--- a/media-libs/mesa/mesa-6.5.1-r1.ebuild
+++ b/media-libs/mesa/mesa-6.5.1-r1.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-r1.ebuild,v 1.3 2006/09/28 03:05:04 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.1-r1.ebuild,v 1.4 2006/10/11 02:26:48 dberkholz Exp $
inherit eutils toolchain-funcs multilib flag-o-matic portability
@@ -36,6 +36,7 @@ IUSE="${IUSE_VIDEO_CARDS}
motif
nptl"
+RESTRICT="stricter"
RDEPEND="dev-libs/expat
x11-libs/libX11
x11-libs/libXext
diff --git a/media-libs/mesa/mesa-6.5.1-r2.ebuild b/media-libs/mesa/mesa-6.5.1-r2.ebuild
index 09b3c28e8f4e..d4b10f5f8e1a 100644
--- a/media-libs/mesa/mesa-6.5.1-r2.ebuild
+++ b/media-libs/mesa/mesa-6.5.1-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.5.1-r2.ebuild,v 1.1 2006/10/09 02:01:41 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.1-r2.ebuild,v 1.2 2006/10/11 02:26:49 dberkholz Exp $
inherit eutils toolchain-funcs multilib flag-o-matic portability
@@ -37,6 +37,7 @@ IUSE="${IUSE_VIDEO_CARDS}
nptl
xcb"
+RESTRICT="stricter"
RDEPEND="dev-libs/expat
x11-libs/libX11
x11-libs/libXext