diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-21 14:53:12 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-21 14:53:12 +0000 |
commit | 70cc04fa4784f6ada01139f34a2ec6516a6370c4 (patch) | |
tree | c6101e2c71cc3f7bb3d2527590d79e45ba02776c /media-libs | |
parent | Stable for amd64, wrt bug #405059 (diff) | |
download | gentoo-2-70cc04fa4784f6ada01139f34a2ec6516a6370c4.tar.gz gentoo-2-70cc04fa4784f6ada01139f34a2ec6516a6370c4.tar.bz2 gentoo-2-70cc04fa4784f6ada01139f34a2ec6516a6370c4.zip |
Stable for amd64, wrt bug #405063
(Portage version: 2.1.10.44/cvs/Linux x86_64)
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 10b2c5aba156..dbfb0e613e11 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.80 2012/01/16 22:42:41 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v 1.81 2012/02/21 14:53:12 ago Exp $ + + 21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> freeglut-2.8.0.ebuild: + Stable for amd64, wrt bug #405063 *freeglut-2.8.0 (16 Jan 2012) diff --git a/media-libs/freeglut/freeglut-2.8.0.ebuild b/media-libs/freeglut/freeglut-2.8.0.ebuild index 5c19a9f3cef3..0541d37e4b97 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.1 2012/01/16 22:42:41 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.8.0.ebuild,v 1.2 2012/02/21 14:53:12 ago 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 |