diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-09-30 03:47:23 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-09-30 03:47:23 +0000 |
commit | b8b03a2d0cbccc46e5d60caf30c9a06d11ee238e (patch) | |
tree | 19a3cae0d89024d6d6fdd5b3223362536dd9b2b8 /x11-drivers | |
parent | Version bump. Fixes bug #317639 and bug #329267. (diff) | |
download | gentoo-2-b8b03a2d0cbccc46e5d60caf30c9a06d11ee238e.tar.gz gentoo-2-b8b03a2d0cbccc46e5d60caf30c9a06d11ee238e.tar.bz2 gentoo-2-b8b03a2d0cbccc46e5d60caf30c9a06d11ee238e.zip |
Update for libdrm changes.
(Portage version: 2.2_rc85/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index 47d2213f0fef..1401196b6138 100644 --- a/x11-drivers/xf86-video-ati/ChangeLog +++ b/x11-drivers/xf86-video-ati/ChangeLog @@ -1,6 +1,10 @@ # 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.125 2010/09/28 13:27:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.126 2010/09/30 03:47:23 chithanh Exp $ + + 30 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xf86-video-ati-6.13.2.ebuild: + Update for libdrm changes. 28 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> xf86-video-ati-6.13.1.ebuild: diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.ebuild index 0680735a3ab1..c497bef3a5ea 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.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.2.ebuild,v 1.1 2010/09/28 09:49:30 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.ebuild,v 1.2 2010/09/30 03:47:23 chithanh 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 |