diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2012-01-06 21:37:35 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2012-01-06 21:37:35 +0000 |
commit | e4128694e1c77805b7b97b306642293c3a9f9a79 (patch) | |
tree | fc4536725d7e7a558bf229a13b8d95b808bb0d7b /media-libs/glew | |
parent | Stable for ppc64; bug #384463 (diff) | |
download | gentoo-2-e4128694e1c77805b7b97b306642293c3a9f9a79.tar.gz gentoo-2-e4128694e1c77805b7b97b306642293c3a9f9a79.tar.bz2 gentoo-2-e4128694e1c77805b7b97b306642293c3a9f9a79.zip |
Stable for ppc/ppc64; bug #382497
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'media-libs/glew')
-rw-r--r-- | media-libs/glew/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/glew/glew-1.6.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/glew/ChangeLog b/media-libs/glew/ChangeLog index 317cc808a4c5..a4b8ce18e01f 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.75 2011/10/23 14:53:35 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.76 2012/01/06 21:37:35 halcy0n Exp $ + + 06 Jan 2012; Mark Loeser <halcy0n@gentoo.org> glew-1.6.0-r1.ebuild: + Stable for ppc/ppc64; bug #382497 23 Oct 2011; Raúl Porcel <armin76@gentoo.org> glew-1.6.0-r1.ebuild: alpha/ia64/sh/sparc stable wrt #382497 diff --git a/media-libs/glew/glew-1.6.0-r1.ebuild b/media-libs/glew/glew-1.6.0-r1.ebuild index 121cdcc78f29..c3d8b3c7ee1b 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 +# Copyright 1999-2012 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.6 2011/10/23 14:53:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.6.0-r1.ebuild,v 1.7 2012/01/06 21:37:35 halcy0n 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 |