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 | |
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')
-rw-r--r-- | media-libs/glew/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/glew/glew-1.3.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/glew/ChangeLog b/media-libs/glew/ChangeLog index 2887c184a8c1..90faa11cab4d 100644 --- a/media-libs/glew/ChangeLog +++ b/media-libs/glew/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/glew -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.19 2006/12/17 16:18:43 joshuabaergen Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.20 2007/01/03 13:31:31 kloeri Exp $ + + 03 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> glew-1.3.5.ebuild: + Add ~alpha keyword, bug 138935. 17 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org> metadata.xml: Metadata updates. 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" |