diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-03-10 11:11:16 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-03-10 11:11:16 +0000 |
commit | 91b4f1a9c528becce72883833ec3ae815494fdb8 (patch) | |
tree | 91178b21dc297c6ec61b20735f8e9a2984466312 /x11-drivers/xf86-video-ati | |
parent | Fix libpng14 detection and replace AC_CANONICAL_TARGET with AC_CANONICAL_BUIL... (diff) | |
download | gentoo-2-91b4f1a9c528becce72883833ec3ae815494fdb8.tar.gz gentoo-2-91b4f1a9c528becce72883833ec3ae815494fdb8.tar.bz2 gentoo-2-91b4f1a9c528becce72883833ec3ae815494fdb8.zip |
Stable on x86 and amd64.
(Portage version: 2.2_rc66/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.12.5.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 f92bc6f5102c..d1cb51d93743 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.103 2010/03/03 08:47:01 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.104 2010/03/10 11:11:16 scarabeus Exp $ + + 10 Mar 2010; Tomáš Chvátal <scarabeus@gentoo.org> + xf86-video-ati-6.12.5.ebuild: + Stable on x86 and amd64. *xf86-video-ati-6.12.5 (03 Mar 2010) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.5.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.5.ebuild index 169545cb64b7..1ea64087c8af 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.5.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.5.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.12.5.ebuild,v 1.1 2010/03/03 08:47:01 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.5.ebuild,v 1.2 2010/03/10 11:11:16 scarabeus Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -11,7 +11,7 @@ inherit x-modular eutils 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="" #SRC_PATCHES="http://dev.gentooexperimental.org/~scarabeus/${PV}-patches-01.tar.bz2" |