diff options
-rw-r--r-- | media-libs/glew/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/glew/glew-1.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/glew/ChangeLog b/media-libs/glew/ChangeLog index c9cb8a79d25a..4260f7c3d24f 100644 --- a/media-libs/glew/ChangeLog +++ b/media-libs/glew/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/glew # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.9 2005/10/21 10:48:50 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.10 2005/10/24 15:41:01 blubb Exp $ + + 24 Oct 2005; Simon Stelling <blubb@gentoo.org> glew-1.3.3.ebuild: + readd ~amd64 per bug 104320 21 Oct 2005; Simon Stelling <blubb@gentoo.org> glew-1.3.3.ebuild: remove amd64 keyword again; bug #104320 diff --git a/media-libs/glew/glew-1.3.3.ebuild b/media-libs/glew/glew-1.3.3.ebuild index afd9e1401f39..ee076cc49ca1 100644 --- a/media-libs/glew/glew-1.3.3.ebuild +++ b/media-libs/glew/glew-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.3.3.ebuild,v 1.9 2005/10/21 10:48:50 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.3.3.ebuild,v 1.10 2005/10/24 15:41:01 blubb Exp $ inherit eutils multilib @@ -12,7 +12,7 @@ LICENSE="BSD GLX SGI-B GPL-2" IUSE="" SLOT="0" -KEYWORDS="ppc sparc x86" +KEYWORDS="~amd64 ppc sparc x86" RDEPEND="virtual/opengl virtual/x11 |