diff options
author | 2011-09-13 09:20:38 +0000 | |
---|---|---|
committer | 2011-09-13 09:20:38 +0000 | |
commit | d06627be0cc28063cc91df436741e9b9cfc394b7 (patch) | |
tree | c7812342fa39450861ba76afb28455171c5fb5ff /media-libs/glew | |
parent | Stable on amd64 wrt bug #382493 (diff) | |
download | gentoo-2-d06627be0cc28063cc91df436741e9b9cfc394b7.tar.gz gentoo-2-d06627be0cc28063cc91df436741e9b9cfc394b7.tar.bz2 gentoo-2-d06627be0cc28063cc91df436741e9b9cfc394b7.zip |
Stable on amd64 wrt bug #382497
(Portage version: 2.2.0_alpha55/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 f5ef87f6e7f6..68ab23bff521 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.68 2011/08/09 03:57:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.69 2011/09/13 09:20:38 hwoarang Exp $ + + 13 Sep 2011; Markos Chandras <hwoarang@gentoo.org> glew-1.6.0-r1.ebuild: + Stable on amd64 wrt bug #382497 *glew-1.6.0-r1 (09 Aug 2011) diff --git a/media-libs/glew/glew-1.6.0-r1.ebuild b/media-libs/glew/glew-1.6.0-r1.ebuild index 64b45d7babc8..998a20f4bb43 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.1 2011/08/09 03:57:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.6.0-r1.ebuild,v 1.2 2011/09/13 09:20:38 hwoarang 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 |