diff options
-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 d269defde722..fb398c7768f6 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.127 2010/09/30 15:12:37 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.128 2010/12/19 13:13:14 ssuominen Exp $ + + 19 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> + xf86-video-ati-6.13.2.ebuild: + ppc64 stable wrt #344827 30 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> xf86-video-ati-6.12.6.ebuild, xf86-video-ati-6.12.7.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 c497bef3a5ea..913d5368a4f0 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,13 +1,13 @@ # 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.2 2010/09/30 03:47:23 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.ebuild,v 1.3 2010/12/19 13:13:14 ssuominen 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]" |