diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-06 19:42:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-06 19:42:26 +0000 |
commit | 5ed73b386cd9beded1d9f05b244fdd7555b4fc2c (patch) | |
tree | 25ef13ac90fc4da91fe82fa040246bfdc880eee0 /media-libs/glew | |
parent | Stable for sparc, wrt bug #455578 (diff) | |
download | gentoo-2-5ed73b386cd9beded1d9f05b244fdd7555b4fc2c.tar.gz gentoo-2-5ed73b386cd9beded1d9f05b244fdd7555b4fc2c.tar.bz2 gentoo-2-5ed73b386cd9beded1d9f05b244fdd7555b4fc2c.zip |
Stable for sparc, wrt bug #453406
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/glew')
-rw-r--r-- | media-libs/glew/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/glew/glew-1.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/glew/ChangeLog b/media-libs/glew/ChangeLog index c2f80f7c50a6..a0bab5e56315 100644 --- a/media-libs/glew/ChangeLog +++ b/media-libs/glew/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/glew # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.89 2013/02/04 10:12:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.90 2013/02/06 19:42:26 ago Exp $ + + 06 Feb 2013; Agostino Sarubbo <ago@gentoo.org> glew-1.9.0.ebuild: + Stable for sparc, wrt bug #453406 04 Feb 2013; Agostino Sarubbo <ago@gentoo.org> glew-1.9.0.ebuild: Stable for alpha, wrt bug #453406 diff --git a/media-libs/glew/glew-1.9.0.ebuild b/media-libs/glew/glew-1.9.0.ebuild index 0b76188079cc..7add3b80c665 100644 --- a/media-libs/glew/glew-1.9.0.ebuild +++ b/media-libs/glew/glew-1.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.9.0.ebuild,v 1.10 2013/02/04 10:12:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.9.0.ebuild,v 1.11 2013/02/06 19:42:26 ago 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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs" RDEPEND="virtual/glu |