diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-02-24 14:15:28 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-02-24 14:15:28 +0000 |
commit | 0ee0f87cc1911ee94ade8390b7b5a210c188ceeb (patch) | |
tree | 05cbd4a033329ced0e971a94e09efc5f9aedc588 /media-libs | |
parent | Cleaned old (diff) | |
download | gentoo-2-0ee0f87cc1911ee94ade8390b7b5a210c188ceeb.tar.gz gentoo-2-0ee0f87cc1911ee94ade8390b7b5a210c188ceeb.tar.bz2 gentoo-2-0ee0f87cc1911ee94ade8390b7b5a210c188ceeb.zip |
x86 stable wrt bug #405063
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/freeglut/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/freeglut/freeglut-2.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/freeglut/ChangeLog b/media-libs/freeglut/ChangeLog index 2dc12c01bb3f..0e6a49cbfa64 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.82 2012/02/21 15:46:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v 1.83 2012/02/24 14:15:28 phajdan.jr Exp $ + + 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> freeglut-2.8.0.ebuild: + x86 stable wrt bug #405063 21 Feb 2012; Jeroen Roovers <jer@gentoo.org> freeglut-2.8.0.ebuild: Stable for HPPA (bug #405063). diff --git a/media-libs/freeglut/freeglut-2.8.0.ebuild b/media-libs/freeglut/freeglut-2.8.0.ebuild index bd27cd6c663b..06c0e5782761 100644 --- a/media-libs/freeglut/freeglut-2.8.0.ebuild +++ b/media-libs/freeglut/freeglut-2.8.0.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.ebuild,v 1.3 2012/02/21 15:46:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.8.0.ebuild,v 1.4 2012/02/24 14:15:28 phajdan.jr 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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug static-libs" RDEPEND="virtual/glu |