summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/ati-drivers')
-rw-r--r--x11-drivers/ati-drivers/ChangeLog15
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild5
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild3
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.14.13-r4.ebuild5
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.14.13-r5.ebuild3
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.16.20-r1.ebuild3
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.16.20.ebuild5
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.18.6-r1.ebuild3
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.18.6.ebuild3
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.18.8-r1.ebuild3
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.18.8-r2.ebuild3
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.18.8.ebuild3
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.19.10.ebuild3
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.20.8.ebuild4
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.21.7-r1.ebuild4
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.21.7.ebuild4
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild4
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.23.7.ebuild4
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.24.8.ebuild4
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.25.18.ebuild4
20 files changed, 55 insertions, 30 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog
index c8f5ff25c361..9749f06bab0c 100644
--- a/x11-drivers/ati-drivers/ChangeLog
+++ b/x11-drivers/ati-drivers/ChangeLog
@@ -1,6 +1,19 @@
# ChangeLog for x11-drivers/ati-drivers
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.39 2006/05/27 10:16:00 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.40 2006/06/03 05:29:33 joshuabaergen Exp $
+
+ 03 Jun 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ ati-drivers-8.14.13-r2.ebuild, ati-drivers-8.14.13-r3.ebuild,
+ ati-drivers-8.14.13-r4.ebuild, ati-drivers-8.14.13-r5.ebuild,
+ ati-drivers-8.16.20.ebuild, ati-drivers-8.16.20-r1.ebuild,
+ ati-drivers-8.18.6.ebuild, ati-drivers-8.18.6-r1.ebuild,
+ ati-drivers-8.18.8.ebuild, ati-drivers-8.18.8-r1.ebuild,
+ ati-drivers-8.18.8-r2.ebuild, ati-drivers-8.19.10.ebuild,
+ ati-drivers-8.20.8.ebuild, ati-drivers-8.21.7.ebuild,
+ ati-drivers-8.21.7-r1.ebuild, ati-drivers-8.22.5.ebuild,
+ ati-drivers-8.23.7.ebuild, ati-drivers-8.24.8.ebuild,
+ ati-drivers-8.25.18.ebuild:
+ None of these drivers will work with xorg-server 1.1, so block it.
27 May 2006; Luca Barbato <lu_zero@gentoo.org> ChangeLog:
Manifest fix
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild
index 9e96d9919350..b642782bc784 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild,v 1.3 2005/11/13 17:37:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild,v 1.4 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -15,6 +15,7 @@ LICENSE="ATI"
KEYWORDS="-* amd64 x86"
RDEPEND=">=x11-base/xorg-x11-6.8.0
+ <x11-base/xorg-x11-7.1_rc0
>=x11-base/opengl-update-2.1_pre1
|| ( || ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* ) =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild
index 5fbb40c72f08..9f25e00c64af 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.14.13-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/x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild,v 1.4 2006/02/22 09:57:27 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild,v 1.5 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl dlloader"
@@ -15,6 +15,7 @@ LICENSE="ATI"
KEYWORDS="-* amd64 x86"
RDEPEND=">=x11-base/xorg-x11-6.8.0
+ <x11-base/xorg-x11-7.1_rc0
>=x11-base/opengl-update-2.1_pre1
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.14.13-r4.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.14.13-r4.ebuild
index bc872e7f4847..371d843c4978 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.14.13-r4.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.14.13-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.14.13-r4.ebuild,v 1.1 2005/11/12 22:17:04 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.14.13-r4.ebuild,v 1.2 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl dlloader"
@@ -15,6 +15,7 @@ LICENSE="ATI"
KEYWORDS="-* ~amd64 ~x86"
RDEPEND=">=x11-base/xorg-x11-6.8.0
+ <x11-base/xorg-x11-7.1_rc0
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.14.13-r5.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.14.13-r5.ebuild
index 31ebac46a18e..753f6486d379 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.14.13-r5.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.14.13-r5.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/x11-drivers/ati-drivers/ati-drivers-8.14.13-r5.ebuild,v 1.2 2006/02/22 09:57:27 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.14.13-r5.ebuild,v 1.3 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl dlloader"
@@ -15,6 +15,7 @@ LICENSE="ATI"
KEYWORDS="-* ~amd64 ~x86"
RDEPEND=">=x11-base/xorg-x11-6.8.0
+ <x11-base/xorg-x11-7.1_rc0
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.16.20-r1.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.16.20-r1.ebuild
index a7311a07c859..8804d9004228 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.16.20-r1.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.16.20-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/x11-drivers/ati-drivers/ati-drivers-8.16.20-r1.ebuild,v 1.2 2006/02/22 09:57:27 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.16.20-r1.ebuild,v 1.3 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -15,6 +15,7 @@ LICENSE="ATI"
KEYWORDS="-*" #~amd64 ~x86"
RDEPEND=">=x11-base/xorg-x11-6.8.0
+ <x11-base/xorg-x11-7.1_rc0
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.16.20.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.16.20.ebuild
index 38fd4834bd66..0102377cebcd 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.16.20.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.16.20.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.16.20.ebuild,v 1.1 2005/11/12 22:17:04 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.16.20.ebuild,v 1.2 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -15,6 +15,7 @@ LICENSE="ATI"
KEYWORDS="-*" #~amd64 ~x86"
RDEPEND=">=x11-base/xorg-x11-6.8.0
+ <x11-base/xorg-x11-7.1_rc0
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.18.6-r1.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.18.6-r1.ebuild
index b15e543bf678..8bf0667b0269 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.18.6-r1.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.18.6-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/x11-drivers/ati-drivers/ati-drivers-8.18.6-r1.ebuild,v 1.2 2006/02/22 09:57:27 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.18.6-r1.ebuild,v 1.3 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -15,6 +15,7 @@ LICENSE="ATI"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=x11-base/xorg-x11-6.8.0
+ <x11-base/xorg-x11-7.1_rc0
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.18.6.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.18.6.ebuild
index 7b957a76d38b..d28425ddedc6 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.18.6.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.18.6.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/x11-drivers/ati-drivers/ati-drivers-8.18.6.ebuild,v 1.2 2006/02/22 09:57:27 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.18.6.ebuild,v 1.3 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -15,6 +15,7 @@ LICENSE="ATI"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=x11-base/xorg-x11-6.8.0
+ <x11-base/xorg-x11-7.1_rc0
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.18.8-r1.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.18.8-r1.ebuild
index b4aa63c47a78..8b82c89499c2 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.18.8-r1.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.18.8-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/x11-drivers/ati-drivers/ati-drivers-8.18.8-r1.ebuild,v 1.2 2006/02/22 09:57:27 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.18.8-r1.ebuild,v 1.3 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -15,6 +15,7 @@ LICENSE="ATI"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=x11-base/xorg-x11-6.8.0
+ <x11-base/xorg-x11-7.1_rc0
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.18.8-r2.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.18.8-r2.ebuild
index 89e8d2dbd2b1..a8c34a61872f 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.18.8-r2.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.18.8-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/x11-drivers/ati-drivers/ati-drivers-8.18.8-r2.ebuild,v 1.3 2006/02/22 09:57:27 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.18.8-r2.ebuild,v 1.4 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -15,6 +15,7 @@ LICENSE="ATI"
KEYWORDS="amd64"
RDEPEND=">=x11-base/xorg-x11-6.8.0
+ <x11-base/xorg-x11-7.1_rc0
>=x11-base/opengl-update-2.1_pre1
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.18.8.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.18.8.ebuild
index e01f07877562..7bd40c6cc5b7 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.18.8.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.18.8.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/x11-drivers/ati-drivers/ati-drivers-8.18.8.ebuild,v 1.2 2006/02/22 09:57:27 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.18.8.ebuild,v 1.3 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -15,6 +15,7 @@ LICENSE="ATI"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=x11-base/xorg-x11-6.8.0
+ <x11-base/xorg-x11-7.1_rc0
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.19.10.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.19.10.ebuild
index e77fcb2d649e..d4f164b3396c 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.19.10.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.19.10.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/x11-drivers/ati-drivers/ati-drivers-8.19.10.ebuild,v 1.10 2006/02/22 09:57:27 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.19.10.ebuild,v 1.11 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -15,6 +15,7 @@ LICENSE="ATI"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=x11-base/xorg-x11-6.8.0
+ <x11-base/xorg-x11-7.1_rc0
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.20.8.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.20.8.ebuild
index 1b9a5e0b9de7..c507818512c5 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.20.8.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.20.8.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/x11-drivers/ati-drivers/ati-drivers-8.20.8.ebuild,v 1.7 2006/02/22 09:57:27 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.20.8.ebuild,v 1.8 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -14,7 +14,7 @@ SRC_URI="x86? ( mirror://gentoo/ati-driver-installer-${PV}-i386.run )
LICENSE="ATI"
KEYWORDS="~amd64 ~x86"
-RDEPEND="|| ( x11-base/xorg-server virtual/x11 )
+RDEPEND="|| ( <x11-base/xorg-server-1.0.99 <=virtual/x11-6.9 )
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.21.7-r1.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.21.7-r1.ebuild
index 0b6c3d4e12fb..e39dc53b6f04 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.21.7-r1.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.21.7-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/x11-drivers/ati-drivers/ati-drivers-8.21.7-r1.ebuild,v 1.3 2006/03/08 16:35:22 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.21.7-r1.ebuild,v 1.4 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -14,7 +14,7 @@ SRC_URI="x86? ( mirror://gentoo/ati-driver-installer-${PV}-i386.run )
LICENSE="ATI"
KEYWORDS="~amd64 x86"
-RDEPEND="|| ( x11-base/xorg-server virtual/x11 )
+RDEPEND="|| ( <x11-base/xorg-server-1.0.99 <=virtual/x11-6.9 )
>=x11-base/opengl-update-2.1_pre1
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.21.7.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.21.7.ebuild
index c2ac49166bcd..bcf370076f12 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.21.7.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.21.7.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/x11-drivers/ati-drivers/ati-drivers-8.21.7.ebuild,v 1.5 2006/02/22 09:57:27 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.21.7.ebuild,v 1.6 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -14,7 +14,7 @@ SRC_URI="x86? ( mirror://gentoo/ati-driver-installer-${PV}-i386.run )
LICENSE="ATI"
KEYWORDS="~amd64 ~x86"
-RDEPEND="|| ( x11-base/xorg-server virtual/x11 )
+RDEPEND="|| ( <x11-base/xorg-server-1.0.99 <=virtual/x11-6.9 )
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild
index 7d25f02d53b4..fe46d0769bd3 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.22.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/x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild,v 1.4 2006/03/08 15:11:38 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild,v 1.5 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -14,7 +14,7 @@ SRC_URI="x86? ( mirror://gentoo/ati-driver-installer-${PV}-i386.run )
LICENSE="ATI"
KEYWORDS="~amd64 ~x86"
-RDEPEND="|| ( x11-base/xorg-server virtual/x11 )
+RDEPEND="|| ( <x11-base/xorg-server-1.0.99 <=virtual/x11-6.9 )
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.23.7.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.23.7.ebuild
index 41b8d43078dd..fe9ec3ace899 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.23.7.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.23.7.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/x11-drivers/ati-drivers/ati-drivers-8.23.7.ebuild,v 1.6 2006/05/02 00:03:23 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.23.7.ebuild,v 1.7 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -14,7 +14,7 @@ SRC_URI="x86? ( mirror://gentoo/ati-driver-installer-${PV}-i386.run )
LICENSE="ATI"
KEYWORDS="~amd64 ~x86"
-RDEPEND="|| ( x11-base/xorg-server virtual/x11 )
+RDEPEND="|| ( <x11-base/xorg-server-1.0.99 <=virtual/x11-6.9 )
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.24.8.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.24.8.ebuild
index 9e53028ef8f3..f985f49233d0 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.24.8.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.24.8.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/x11-drivers/ati-drivers/ati-drivers-8.24.8.ebuild,v 1.4 2006/05/07 19:06:59 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.24.8.ebuild,v 1.5 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -14,7 +14,7 @@ SRC_URI="x86? ( mirror://gentoo/ati-driver-installer-${PV}-x86.run )
LICENSE="ATI"
KEYWORDS="-* ~amd64 ~x86"
-RDEPEND="|| ( x11-base/xorg-server virtual/x11 )
+RDEPEND="|| ( <x11-base/xorg-server-1.0.99 <=virtual/x11-6.9 )
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.25.18.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.25.18.ebuild
index cdd1c21267ec..75cbd36a9176 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.25.18.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.25.18.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/x11-drivers/ati-drivers/ati-drivers-8.25.18.ebuild,v 1.2 2006/05/26 07:36:04 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.25.18.ebuild,v 1.3 2006/06/03 05:29:33 joshuabaergen Exp $
IUSE="opengl"
@@ -14,7 +14,7 @@ SRC_URI="x86? ( mirror://gentoo/ati-driver-installer-${PV}-x86.run )
LICENSE="ATI"
KEYWORDS="-* ~amd64 ~x86"
-RDEPEND="|| ( x11-base/xorg-server virtual/x11 )
+RDEPEND="|| ( <x11-base/xorg-server-1.0.99 <=virtual/x11-6.9 )
app-admin/eselect-opengl
|| ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* )"