diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-05 18:09:51 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-05 18:09:51 +0000 |
commit | 55f868df53f0ff03c5cc065db9ea9ee7045ec239 (patch) | |
tree | 79b955a7ddfab4b2f7dcc74537223467fa548279 /x11-drivers | |
parent | ppc64 stable wrt #354237 (diff) | |
download | gentoo-2-55f868df53f0ff03c5cc065db9ea9ee7045ec239.tar.gz gentoo-2-55f868df53f0ff03c5cc065db9ea9ee7045ec239.tar.bz2 gentoo-2-55f868df53f0ff03c5cc065db9ea9ee7045ec239.zip |
ppc64 stable wrt #354237
(Portage version: 2.2.0_alpha26/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.0.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 158f013d032a..90a26239f1ae 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.141 2011/03/05 15:23:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.142 2011/03/05 18:09:51 xarthisius Exp $ + + 05 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> + xf86-video-ati-6.14.0.ebuild: + ppc64 stable wrt #354237 05 Mar 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-ati-6.14.0.ebuild: alpha/ia64/sparc stable wrt #354237 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.0.ebuild index 2fd7c87300b9..d1f425cf9770 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.0.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 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.0.ebuild,v 1.6 2011/03/05 15:23:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.0.ebuild,v 1.7 2011/03/05 18:09:51 xarthisius Exp $ EAPI=3 inherit xorg-2 DESCRIPTION="ATI video driver" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.6.3[-minimal]" |