diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-11-12 17:33:01 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-11-12 17:33:01 +0000 |
commit | fc66ccec8980cbdf53b347964a4a9e9ac8f289be (patch) | |
tree | 6c1a8db826f3a710e822eeb49f4116cd03979706 /media-libs/mesa | |
parent | amd64 stable wrt security #196480 (diff) | |
download | gentoo-2-fc66ccec8980cbdf53b347964a4a9e9ac8f289be.tar.gz gentoo-2-fc66ccec8980cbdf53b347964a4a9e9ac8f289be.tar.bz2 gentoo-2-fc66ccec8980cbdf53b347964a4a9e9ac8f289be.zip |
Re-keyword, I masked USE=nptl for mesa-7 to work around the problem. This will also require a rebuild of xorg-server without USE=nptl.
(Portage version: 2.1.3.17)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index c462ac6449c7..05636ea6be7b 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.162 2007/11/11 20:38:43 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.163 2007/11/12 17:33:01 dberkholz Exp $ + + 12 Nov 2007; Donnie Berkholz <dberkholz@gentoo.org>; mesa-7.0.2.ebuild: + Re-keyword, I masked USE=nptl for mesa-7 to work around the problem. This + will also require a rebuild of xorg-server without USE=nptl. 11 Nov 2007; <solar@gentoo.org> mesa-6.5.2-r1.ebuild, mesa-7.0.1.ebuild, mesa-7.0.2.ebuild: diff --git a/media-libs/mesa/mesa-7.0.2.ebuild b/media-libs/mesa/mesa-7.0.2.ebuild index b47e6c2c89f0..213746ef273f 100644 --- a/media-libs/mesa/mesa-7.0.2.ebuild +++ b/media-libs/mesa/mesa-7.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.2.ebuild,v 1.2 2007/11/11 20:38:43 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.2.ebuild,v 1.3 2007/11/12 17:33:01 dberkholz Exp $ inherit eutils toolchain-funcs multilib flag-o-matic portability versionator @@ -18,7 +18,7 @@ else fi LICENSE="LGPL-2" SLOT="0" -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE_VIDEO_CARDS=" video_cards_i810 video_cards_mach64 |