diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-05-03 20:43:20 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-05-03 20:43:20 +0000 |
commit | 5e9bc80de2f6c3c94650464d2f7bdc08f1f85215 (patch) | |
tree | 1af54a71b19ecd12bef8ae35e1947932b6c23eac /x11-drivers | |
parent | arm stable, bug #414077 (diff) | |
download | gentoo-2-5e9bc80de2f6c3c94650464d2f7bdc08f1f85215.tar.gz gentoo-2-5e9bc80de2f6c3c94650464d2f7bdc08f1f85215.tar.bz2 gentoo-2-5e9bc80de2f6c3c94650464d2f7bdc08f1f85215.zip |
Raise libdrm dependency, bug #410853.
(Portage version: 2.2.0_alpha101/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.14.4-r1.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 622af3ba2029..154ff9c1aa61 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.167 2012/04/24 13:20:14 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.168 2012/05/03 20:43:20 chithanh Exp $ + + 03 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xf86-video-ati-6.14.4-r1.ebuild: + Raise libdrm dependency, bug #410853. 24 Apr 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> xf86-video-ati-6.14.4-r1.ebuild: diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.4-r1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.4-r1.ebuild index de505e84a762..a4dc8933a0df 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.4-r1.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.14.4-r1.ebuild,v 1.2 2012/04/24 13:20:14 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.4-r1.ebuild,v 1.3 2012/05/03 20:43:20 chithanh Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="ATI video driver" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND=">=x11-libs/libdrm-2.4.31[video_cards_radeon]" +RDEPEND=">=x11-libs/libdrm-2.4.33[video_cards_radeon]" DEPEND="${RDEPEND}" PATCHES=( |