diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-10-05 15:34:33 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-10-05 15:34:33 +0000 |
commit | 7885368543fa9a5388bbf63022cee035bfe492d1 (patch) | |
tree | fb025edf16f012e1124c2132892d19d8fa2b1314 /media-libs/glew | |
parent | remove old (diff) | |
download | gentoo-2-7885368543fa9a5388bbf63022cee035bfe492d1.tar.gz gentoo-2-7885368543fa9a5388bbf63022cee035bfe492d1.tar.bz2 gentoo-2-7885368543fa9a5388bbf63022cee035bfe492d1.zip |
Stable for HPPA (bug #382497).
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/glew')
-rw-r--r-- | media-libs/glew/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/glew/glew-1.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/glew/ChangeLog b/media-libs/glew/ChangeLog index cdfee73d07fc..c2ed3ce4c9ad 100644 --- a/media-libs/glew/ChangeLog +++ b/media-libs/glew/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/glew # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.73 2011/10/01 07:11:27 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.74 2011/10/05 15:34:33 jer Exp $ + + 05 Oct 2011; Jeroen Roovers <jer@gentoo.org> glew-1.6.0-r1.ebuild: + Stable for HPPA (bug #382497). *glew-1.7.0 (01 Oct 2011) diff --git a/media-libs/glew/glew-1.6.0-r1.ebuild b/media-libs/glew/glew-1.6.0-r1.ebuild index fdf0fcf1484f..9d6e08bd5610 100644 --- a/media-libs/glew/glew-1.6.0-r1.ebuild +++ b/media-libs/glew/glew-1.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.6.0-r1.ebuild,v 1.4 2011/09/18 21:42:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.6.0-r1.ebuild,v 1.5 2011/10/05 15:34:33 jer Exp $ EAPI=4 inherit multilib toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs" RDEPEND="x11-libs/libXmu |