diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-03 20:05:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-03 20:05:02 +0000 |
commit | d4026a938a427a17d72142e1f4f6b3b617ddd605 (patch) | |
tree | fd1799ff694437a842ec252d5f29f338fbf2bfa8 /media-libs/freeglut | |
parent | Stable for ppc, wrt bug #475480 (diff) | |
download | gentoo-2-d4026a938a427a17d72142e1f4f6b3b617ddd605.tar.gz gentoo-2-d4026a938a427a17d72142e1f4f6b3b617ddd605.tar.bz2 gentoo-2-d4026a938a427a17d72142e1f4f6b3b617ddd605.zip |
Stable for ppc, 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 9f7283fa9d87..8f59e6b7fda6 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.100 2013/10/02 02:57:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v 1.101 2013/10/03 20:05:02 ago Exp $ + + 03 Oct 2013; Agostino Sarubbo <ago@gentoo.org> freeglut-2.8.1.ebuild: + Stable for ppc, wrt bug #475480 02 Oct 2013; Jeroen Roovers <jer@gentoo.org> freeglut-2.8.1.ebuild: Stable for HPPA (bug #475480). diff --git a/media-libs/freeglut/freeglut-2.8.1.ebuild b/media-libs/freeglut/freeglut-2.8.1.ebuild index ec2147f7f971..887647dbd255 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.3 2013/10/02 02:57:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.8.1.ebuild,v 1.4 2013/10/03 20:05:02 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 |