diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-25 14:40:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-25 14:40:40 +0000 |
commit | 171a63493aa11a0bd44dc1bb47cd8101e74424e8 (patch) | |
tree | c665fb1b98d0c65c027e292e8b24ff41e3ed10a6 /media-libs/glew | |
parent | Stable for x86, wrt bug #43508 (diff) | |
download | gentoo-2-171a63493aa11a0bd44dc1bb47cd8101e74424e8.tar.gz gentoo-2-171a63493aa11a0bd44dc1bb47cd8101e74424e8.tar.bz2 gentoo-2-171a63493aa11a0bd44dc1bb47cd8101e74424e8.zip |
Stable for x86, wrt bug #453406
(Portage version: 2.1.11.31/cvs/Linux x86_64, 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 26413ab9f0c2..ebccb040c332 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.82 2013/01/24 05:07:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.83 2013/01/25 14:40:40 ago Exp $ + + 25 Jan 2013; Agostino Sarubbo <ago@gentoo.org> glew-1.9.0.ebuild: + Stable for x86, wrt bug #453406 24 Jan 2013; Jeroen Roovers <jer@gentoo.org> glew-1.9.0.ebuild: Stable for HPPA (bug #453406). diff --git a/media-libs/glew/glew-1.9.0.ebuild b/media-libs/glew/glew-1.9.0.ebuild index 1a79ffab0150..e156a14e8ef8 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.3 2013/01/24 05:07:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.9.0.ebuild,v 1.4 2013/01/25 14:40:40 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 |