diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-04-16 21:55:34 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-04-16 21:55:34 +0000 |
commit | 444b29f43cc36c426bc3ea50b8d53ad4d476c5bd (patch) | |
tree | d447e12fd9a0c00c4f6be4718edf1f7524345e30 /media-libs/mesa | |
parent | amd64 stable, bug 308521 (diff) | |
download | gentoo-2-444b29f43cc36c426bc3ea50b8d53ad4d476c5bd.tar.gz gentoo-2-444b29f43cc36c426bc3ea50b8d53ad4d476c5bd.tar.bz2 gentoo-2-444b29f43cc36c426bc3ea50b8d53ad4d476c5bd.zip |
amd64 stable, bug 308521
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/mesa')
-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 d97659fa656b..7b3ef43ecbca 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.266 2010/04/09 10:38:51 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.267 2010/04/16 21:55:34 pacho Exp $ + + 16 Apr 2010; Pacho Ramos <pacho@gentoo.org> mesa-7.7.1.ebuild: + amd64 stable, bug 308521 09 Apr 2010; Christian Faulhammer <fauli@gentoo.org> mesa-7.7.1.ebuild: stable x86, bug 308521 diff --git a/media-libs/mesa/mesa-7.7.1.ebuild b/media-libs/mesa/mesa-7.7.1.ebuild index 0b143439ac8f..21827d151dc9 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.2 2010/04/09 10:38:51 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.7.1.ebuild,v 1.3 2010/04/16 21:55:34 pacho 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 |