diff options
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 3cb3713091b9..d65d84ab97f4 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.299 2010/12/19 13:06:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.300 2010/12/23 10:45:39 ssuominen Exp $ + + 23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> mesa-7.9.ebuild: + amd64 stable wrt #344827 19 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> mesa-7.9.ebuild: ppc64 stable wrt #344827 diff --git a/media-libs/mesa/mesa-7.9.ebuild b/media-libs/mesa/mesa-7.9.ebuild index 5d3b11bbe31d..a0e1bbeb3e67 100644 --- a/media-libs/mesa/mesa-7.9.ebuild +++ b/media-libs/mesa/mesa-7.9.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/media-libs/mesa/mesa-7.9.ebuild,v 1.5 2010/12/19 13:06:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.9.ebuild,v 1.6 2010/12/23 10:45:39 ssuominen Exp $ EAPI=3 @@ -35,7 +35,7 @@ fi LICENSE="LGPL-2 kilgard" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd" INTEL_CARDS="intel" RADEON_CARDS="radeon" |