diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-06-26 10:28:25 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-06-26 10:28:25 +0000 |
commit | 21230f519b6c0fa53d91dece280e1ad363380b4c (patch) | |
tree | 6016201c2de1504dd681bd3366bfaa2364d22347 /x11-drivers | |
parent | Version bump (diff) | |
download | gentoo-2-21230f519b6c0fa53d91dece280e1ad363380b4c.tar.gz gentoo-2-21230f519b6c0fa53d91dece280e1ad363380b4c.tar.bz2 gentoo-2-21230f519b6c0fa53d91dece280e1ad363380b4c.zip |
Version bump. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-7.4.0.ebuild (renamed from x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild) | 15 |
2 files changed, 16 insertions, 7 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index 7feb970c64af..547eb785b137 100644 --- a/x11-drivers/xf86-video-ati/ChangeLog +++ b/x11-drivers/xf86-video-ati/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-ati # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.215 2014/04/19 17:47:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.216 2014/06/26 10:28:25 chithanh Exp $ + +*xf86-video-ati-7.4.0 (26 Jun 2014) + + 26 Jun 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-ati-7.4.0.ebuild, -xf86-video-ati-7.2.0.ebuild: + Version bump. Remove old. 19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.3.0.ebuild: Stable for sparc, wrt bug #500368 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.4.0.ebuild index 9d1c4799b3a3..5e81f244e86f 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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-7.2.0.ebuild,v 1.8 2013/10/08 05:05:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.4.0.ebuild,v 1.1 2014/06/26 10:28:25 chithanh Exp $ EAPI=5 @@ -9,11 +9,14 @@ inherit linux-info xorg-2 DESCRIPTION="ATI video driver" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="glamor udev" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="+glamor udev" -RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon] - glamor? ( x11-libs/glamor ) +RDEPEND=">=x11-libs/libdrm-2.4.54[video_cards_radeon] + glamor? ( || ( + x11-base/xorg-server[glamor] + >=x11-libs/glamor-0.6 + ) ) udev? ( virtual/udev )" DEPEND="${RDEPEND}" |