diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:26:15 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:26:15 +0000 |
commit | 2481f6b1b84d0b0ce823ddacb8b4a94228b00d93 (patch) | |
tree | b6f748a4748381a30ff79be4cb1f9f27215c6b78 /media-libs/mesa | |
parent | 12-08-02 Keyword remove sparc64 Rodney Rees manson@gentoo.org (diff) | |
download | gentoo-2-2481f6b1b84d0b0ce823ddacb8b4a94228b00d93.tar.gz gentoo-2-2481f6b1b84d0b0ce823ddacb8b4a94228b00d93.tar.bz2 gentoo-2-2481f6b1b84d0b0ce823ddacb8b4a94228b00d93.zip |
12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 2c90436257fc..4f1c422dd443 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for media-libs/mesa # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.2 2002/07/23 00:12:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.3 2002/12/09 04:26:13 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *mesa-3.5 (22 Jul 2002) 22 Jul 2002; Seemant Kulleen <seemant@gentoo.org> mesa-3.5.ebuild diff --git a/media-libs/mesa/mesa-3.5.ebuild b/media-libs/mesa/mesa-3.5.ebuild index eea4b68023d4..b378da020512 100644 --- a/media-libs/mesa/mesa-3.5.ebuild +++ b/media-libs/mesa/mesa-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-3.5.ebuild,v 1.7 2002/10/05 05:39:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-3.5.ebuild,v 1.8 2002/12/09 04:26:13 manson Exp $ IUSE="mmx fbcon sse X svga ggi 3dnow" @@ -24,7 +24,7 @@ fi SLOT="3.5" LICENSE="LGPL-2" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " src_compile() { local myconf |