diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-03 13:31:31 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-03 13:31:31 +0000 |
commit | fbcfa8f283efe8c9c225c8e38f92ae69bc33d5d8 (patch) | |
tree | 3d84e4c4230d4901a9ba32c3c8ced255ba978af0 /media-libs/glew/glew-1.3.5.ebuild | |
parent | Version bump with bug fixes 157298, 158755, 157141, 99569, 104172, 147000, 15... (diff) | |
download | gentoo-2-fbcfa8f283efe8c9c225c8e38f92ae69bc33d5d8.tar.gz gentoo-2-fbcfa8f283efe8c9c225c8e38f92ae69bc33d5d8.tar.bz2 gentoo-2-fbcfa8f283efe8c9c225c8e38f92ae69bc33d5d8.zip |
Add ~alpha keyword, bug 138935.
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'media-libs/glew/glew-1.3.5.ebuild')
-rw-r--r-- | media-libs/glew/glew-1.3.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/glew/glew-1.3.5.ebuild b/media-libs/glew/glew-1.3.5.ebuild index dc7d0624b1b0..51dcbb5402c8 100644 --- a/media-libs/glew/glew-1.3.5.ebuild +++ b/media-libs/glew/glew-1.3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.3.5.ebuild,v 1.1 2006/12/17 16:07:13 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.3.5.ebuild,v 1.2 2007/01/03 13:31:31 kloeri Exp $ inherit eutils multilib toolchain-funcs @@ -12,7 +12,7 @@ LICENSE="BSD GLX SGI-B GPL-2" IUSE="" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" RDEPEND="virtual/opengl virtual/glu" |