diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-04-18 16:39:47 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-04-18 16:39:47 +0000 |
commit | 16105b1e765ee7f0b8154f549cf0efc31c6ace9d (patch) | |
tree | e2a8e9b72e315004981d0fec14034fcd47053595 /media-libs | |
parent | whitespace (diff) | |
download | gentoo-2-16105b1e765ee7f0b8154f549cf0efc31c6ace9d.tar.gz gentoo-2-16105b1e765ee7f0b8154f549cf0efc31c6ace9d.tar.bz2 gentoo-2-16105b1e765ee7f0b8154f549cf0efc31c6ace9d.zip |
ppc stable #308521
(Portage version: 2.1.8.3/cvs/Linux ppc)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 7b3ef43ecbca..8d550abc1738 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.267 2010/04/16 21:55:34 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.268 2010/04/18 16:39:47 nixnut Exp $ + + 18 Apr 2010; <nixnut@gentoo.org> mesa-7.7.1.ebuild: + ppc stable #308521 16 Apr 2010; Pacho Ramos <pacho@gentoo.org> mesa-7.7.1.ebuild: amd64 stable, bug 308521 diff --git a/media-libs/mesa/mesa-7.7.1.ebuild b/media-libs/mesa/mesa-7.7.1.ebuild index 21827d151dc9..75916f563e18 100644 --- a/media-libs/mesa/mesa-7.7.1.ebuild +++ b/media-libs/mesa/mesa-7.7.1.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.7.1.ebuild,v 1.3 2010/04/16 21:55:34 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.7.1.ebuild,v 1.4 2010/04/18 16:39:47 nixnut Exp $ EAPI="2" @@ -32,7 +32,7 @@ fi LICENSE="LGPL-2" 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" VIDEO_CARDS="intel mach64 mga none nouveau r128 radeon radeonhd savage sis sunffb svga tdfx via" for card in ${VIDEO_CARDS}; do |