summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-09-30 15:12:37 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-09-30 15:12:37 +0000
commit8b47d8bc577e576fd6b60c4631c486c18ed5f49a (patch)
tree5fc65f67c645500f3ee391c9cd7b9647fb69c379 /x11-drivers
parentAdded dev-python/pyglet as opengl dep (diff)
downloadgentoo-2-8b47d8bc577e576fd6b60c4631c486c18ed5f49a.tar.gz
gentoo-2-8b47d8bc577e576fd6b60c4631c486c18ed5f49a.tar.bz2
gentoo-2-8b47d8bc577e576fd6b60c4631c486c18ed5f49a.zip
Move libdrm change to all versions.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-ati/ChangeLog7
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild4
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-6.12.7.ebuild4
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-6.13.1.ebuild4
4 files changed, 12 insertions, 7 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog
index 1401196b6138..d269defde722 100644
--- a/x11-drivers/xf86-video-ati/ChangeLog
+++ b/x11-drivers/xf86-video-ati/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-drivers/xf86-video-ati
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.126 2010/09/30 03:47:23 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.127 2010/09/30 15:12:37 scarabeus Exp $
+
+ 30 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ xf86-video-ati-6.12.6.ebuild, xf86-video-ati-6.12.7.ebuild,
+ xf86-video-ati-6.13.1.ebuild:
+ Move libdrm change to all versions.
30 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
xf86-video-ati-6.13.2.ebuild:
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild
index 72d8142af89f..2d359c442544 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild,v 1.6 2010/08/02 17:55:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild,v 1.7 2010/09/30 15:12:37 scarabeus Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -20,7 +20,7 @@ SRC_URI="${SRC_URI}
RDEPEND=">=x11-base/xorg-server-1.2[-minimal]"
DEPEND="${RDEPEND}
- >=x11-libs/libdrm-2
+ || ( <x11-libs/libdrm-2.4.22 x11-libs/libdrm[video_cards_radeon] )
x11-proto/fontsproto
x11-proto/glproto
x11-proto/randrproto
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.7.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.7.ebuild
index 672a421e1aab..2a1439a8d521 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.7.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.7.ebuild,v 1.2 2010/07/07 08:47:25 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.7.ebuild,v 1.3 2010/09/30 15:12:37 scarabeus Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -20,7 +20,7 @@ SRC_URI="${SRC_URI}
RDEPEND=">=x11-base/xorg-server-1.2[-minimal]"
DEPEND="${RDEPEND}
- >=x11-libs/libdrm-2
+ || ( <x11-libs/libdrm-2.4.22 x11-libs/libdrm[video_cards_radeon] )
x11-proto/fontsproto
x11-proto/glproto
x11-proto/randrproto
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.1.ebuild
index 298cd467a416..1a4a2d3aa796 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.1.ebuild,v 1.5 2010/09/28 13:27:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.1.ebuild,v 1.6 2010/09/30 15:12:37 scarabeus Exp $
EAPI=3
inherit xorg-2
@@ -12,7 +12,7 @@ IUSE=""
RDEPEND=">=x11-base/xorg-server-1.6.3[-minimal]"
DEPEND="${RDEPEND}
- >=x11-libs/libdrm-2.4.17
+ || ( <x11-libs/libdrm-2.4.22 x11-libs/libdrm[video_cards_radeon] )
x11-proto/fontsproto
x11-proto/glproto
x11-proto/randrproto