diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-04-09 10:43:50 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-04-09 10:43:50 +0000 |
commit | 3270de6abec7e71956cd7fcae8a8b03be81095f4 (patch) | |
tree | d62bd720d92d7fb3f1c92babaa86d6d177c5f0c8 /x11-drivers | |
parent | stable x86, bug 308521 (diff) | |
download | gentoo-2-3270de6abec7e71956cd7fcae8a8b03be81095f4.tar.gz gentoo-2-3270de6abec7e71956cd7fcae8a8b03be81095f4.tar.bz2 gentoo-2-3270de6abec7e71956cd7fcae8a8b03be81095f4.zip |
stable x86, bug 308521
(Portage version: 2.1.7.17/cvs/Linux i686)
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.12.6.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 1e2553973b0e..109b8c8e96c2 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.110 2010/04/06 08:37:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.111 2010/04/09 10:43:50 fauli Exp $ + + 09 Apr 2010; Christian Faulhammer <fauli@gentoo.org> + xf86-video-ati-6.12.6.ebuild: + stable x86, bug 308521 *xf86-video-ati-6.13.0 (06 Apr 2010) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild index 80f073fc7a39..2a205ee18293 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.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.6.ebuild,v 1.1 2010/03/15 21:22:17 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild,v 1.2 2010/04/09 10:43:50 fauli 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" |