diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-05 04:53:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-05 04:53:27 +0000 |
commit | aa1672fae76f5ea32b3872261f66bc089f61602c (patch) | |
tree | acf3618c2ca51d028078a2ca72f8a209c2f61782 /media-libs/freeglut | |
parent | Stable for alpha, wrt bug #475480 (diff) | |
download | gentoo-2-aa1672fae76f5ea32b3872261f66bc089f61602c.tar.gz gentoo-2-aa1672fae76f5ea32b3872261f66bc089f61602c.tar.bz2 gentoo-2-aa1672fae76f5ea32b3872261f66bc089f61602c.zip |
Stable for alpha, wrt bug #475480
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/freeglut')
-rw-r--r-- | media-libs/freeglut/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/freeglut/freeglut-2.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/freeglut/ChangeLog b/media-libs/freeglut/ChangeLog index 66cdbaf713d3..afa994c83d2a 100644 --- a/media-libs/freeglut/ChangeLog +++ b/media-libs/freeglut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/freeglut # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v 1.102 2013/10/04 11:55:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v 1.103 2013/10/05 04:53:27 ago Exp $ + + 05 Oct 2013; Agostino Sarubbo <ago@gentoo.org> freeglut-2.8.1.ebuild: + Stable for alpha, wrt bug #475480 04 Oct 2013; Agostino Sarubbo <ago@gentoo.org> freeglut-2.8.1.ebuild: Stable for ppc64, wrt bug #475480 diff --git a/media-libs/freeglut/freeglut-2.8.1.ebuild b/media-libs/freeglut/freeglut-2.8.1.ebuild index 4f04e834a29a..ec58a77abfc9 100644 --- a/media-libs/freeglut/freeglut-2.8.1.ebuild +++ b/media-libs/freeglut/freeglut-2.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.8.1.ebuild,v 1.5 2013/10/04 11:55:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.8.1.ebuild,v 1.6 2013/10/05 04:53:26 ago Exp $ EAPI=5 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 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug static-libs" RDEPEND="virtual/glu |