diff options
author | Stephen Becker <geoman@gentoo.org> | 2004-03-17 00:35:09 +0000 |
---|---|---|
committer | Stephen Becker <geoman@gentoo.org> | 2004-03-17 00:35:09 +0000 |
commit | 2c0f29ab4e2c03480033ed54964c8f7052c06aee (patch) | |
tree | dd217acb2a4bc1e49bc2ffd3b26f5de16105f3bd /media-libs/glut | |
parent | stable on sparc (diff) | |
download | gentoo-2-2c0f29ab4e2c03480033ed54964c8f7052c06aee.tar.gz gentoo-2-2c0f29ab4e2c03480033ed54964c8f7052c06aee.tar.bz2 gentoo-2-2c0f29ab4e2c03480033ed54964c8f7052c06aee.zip |
Added ~mips keyword.
Diffstat (limited to 'media-libs/glut')
-rw-r--r-- | media-libs/glut/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/glut/glut-3.7.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/glut/ChangeLog b/media-libs/glut/ChangeLog index 6e87bdf8c55a..02a589c15730 100644 --- a/media-libs/glut/ChangeLog +++ b/media-libs/glut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/glut -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/ChangeLog,v 1.10 2003/11/24 19:28:46 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/ChangeLog,v 1.11 2004/03/17 00:35:09 geoman Exp $ + + 16 Mar 2004; Stephen P. Becker <geoman@gentoo.org> glut-3.7.1.ebuild: + Added ~mips keyword. 24 Nov 2003; Aron Griffis <agriffis@gentoo.org> glut-3.7.1.ebuild: Stable on ia64 diff --git a/media-libs/glut/glut-3.7.1.ebuild b/media-libs/glut/glut-3.7.1.ebuild index 3c8da1a11e57..76d5a95b6a12 100644 --- a/media-libs/glut/glut-3.7.1.ebuild +++ b/media-libs/glut/glut-3.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v 1.13 2004/02/20 20:43:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v 1.14 2004/03/17 00:35:09 geoman Exp $ inherit libtool @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/mesa3d/MesaLib-${MESA_VER}.tar.bz2 LICENSE="X11 | GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc alpha hppa ia64 amd64" +KEYWORDS="x86 ~ppc sparc alpha hppa ia64 amd64 ~mips" DEPEND="virtual/opengl virtual/glu" |