diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-28 11:40:03 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-28 11:40:03 +0000 |
commit | 57cdbb32a31192e98d1e2f8aeb2c0580eae4a531 (patch) | |
tree | 5599cba7c3c654fe2095a5c1be252ec93ea7479d /media-libs/freeglut | |
parent | Version bump. (diff) | |
download | gentoo-2-57cdbb32a31192e98d1e2f8aeb2c0580eae4a531.tar.gz gentoo-2-57cdbb32a31192e98d1e2f8aeb2c0580eae4a531.tar.bz2 gentoo-2-57cdbb32a31192e98d1e2f8aeb2c0580eae4a531.zip |
stable ppc64, bug #433307
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/freeglut')
-rw-r--r-- | media-libs/freeglut/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/freeglut/freeglut-2.8.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/freeglut/ChangeLog b/media-libs/freeglut/ChangeLog index a0a94b0d7d5a..874021d13c0d 100644 --- a/media-libs/freeglut/ChangeLog +++ b/media-libs/freeglut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/freeglut # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v 1.91 2012/09/28 09:46:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v 1.92 2012/09/28 11:40:03 blueness Exp $ + + 28 Sep 2012; Anthony G. Basile <blueness@gentoo.org> freeglut-2.8.0-r1.ebuild: + stable ppc64, bug #433307 28 Sep 2012; Agostino Sarubbo <ago@gentoo.org> freeglut-2.8.0-r1.ebuild: Stable for amd64, wrt bug #433307 diff --git a/media-libs/freeglut/freeglut-2.8.0-r1.ebuild b/media-libs/freeglut/freeglut-2.8.0-r1.ebuild index 72cf4e80fb18..983e06bda437 100644 --- a/media-libs/freeglut/freeglut-2.8.0-r1.ebuild +++ b/media-libs/freeglut/freeglut-2.8.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.8.0-r1.ebuild,v 1.3 2012/09/28 09:46:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.8.0-r1.ebuild,v 1.4 2012/09/28 11:40:03 blueness Exp $ EAPI=4 inherit eutils libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug static-libs" RDEPEND="virtual/glu |