diff options
author | 2006-04-13 13:33:16 +0000 | |
---|---|---|
committer | 2006-04-13 13:33:16 +0000 | |
commit | 615b839bd4fe807fd7f7a8064d585361b54c07de (patch) | |
tree | 8b1160ab6e015f5dd634540eea55ab1025c4818f /media-libs | |
parent | Added ~alpha keyword. (diff) | |
download | gentoo-2-615b839bd4fe807fd7f7a8064d585361b54c07de.tar.gz gentoo-2-615b839bd4fe807fd7f7a8064d585361b54c07de.tar.bz2 gentoo-2-615b839bd4fe807fd7f7a8064d585361b54c07de.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/glut/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/glut/glut-3.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/glut/ChangeLog b/media-libs/glut/ChangeLog index c3679e3d1b70..ddf3f63fc447 100644 --- a/media-libs/glut/ChangeLog +++ b/media-libs/glut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/glut # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/ChangeLog,v 1.20 2006/04/12 16:00:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/ChangeLog,v 1.21 2006/04/13 13:33:16 flameeyes Exp $ + + 13 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> glut-3.7.1.ebuild: + Add ~x86-fbsd keyword. 12 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> glut-3.7.1.ebuild: Don't use unportable preplib command, rather symlink the soname directly; diff --git a/media-libs/glut/glut-3.7.1.ebuild b/media-libs/glut/glut-3.7.1.ebuild index 3de45c2bc563..206e5837ceea 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-2006 Gentoo Foundation # 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.26 2006/04/12 16:00:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v 1.27 2006/04/13 13:33:16 flameeyes Exp $ inherit libtool eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/mesa3d/MesaLib-${MESA_VER}.tar.bz2 LICENSE="glut" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="" DEPEND="virtual/opengl |