diff options
author | Michael Weber <xmw@gentoo.org> | 2012-07-10 04:51:17 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-07-10 04:51:17 +0000 |
commit | 1e9dccc820746aa8731e2ead6fbd158230514ec2 (patch) | |
tree | f9630cd5d2dd3e42f8c70f95288fa59a9b47113b /dev-games/openscenegraph | |
parent | Add a missing depend on dev-perl/HTTP-Date as reported in bug #405125 (diff) | |
download | gentoo-2-1e9dccc820746aa8731e2ead6fbd158230514ec2.tar.gz gentoo-2-1e9dccc820746aa8731e2ead6fbd158230514ec2.tar.bz2 gentoo-2-1e9dccc820746aa8731e2ead6fbd158230514ec2.zip |
ppc stable (bug 405665)
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Diffstat (limited to 'dev-games/openscenegraph')
-rw-r--r-- | dev-games/openscenegraph/ChangeLog | 6 | ||||
-rw-r--r-- | dev-games/openscenegraph/openscenegraph-3.0.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-games/openscenegraph/ChangeLog b/dev-games/openscenegraph/ChangeLog index cf017b5d9b35..3c152ea22309 100644 --- a/dev-games/openscenegraph/ChangeLog +++ b/dev-games/openscenegraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/openscenegraph # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/ChangeLog,v 1.49 2012/06/04 07:17:38 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/ChangeLog,v 1.50 2012/07/10 04:51:17 xmw Exp $ + + 10 Jul 2012; Michael Weber <xmw@gentoo.org> openscenegraph-3.0.1.ebuild: + ppc stable (bug 405665) 04 Jun 2012; Zac Medico <zmedico@gentoo.org> openscenegraph-3.0.1.ebuild: inherit flag-o-matic for append-cppflags @@ -196,4 +199,3 @@ 24 Feb 2009; Alfredo Tupone <tupone@gentoo.org> +metadata.xml, +openscenegraph-2.8.0.ebuild: Package added. Release 2.8.0. Reference to bug #91526 - diff --git a/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild b/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild index 02283ff283a5..91004525b302 100644 --- a/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild +++ b/dev-games/openscenegraph/openscenegraph-3.0.1.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/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild,v 1.7 2012/06/04 07:17:38 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild,v 1.8 2012/07/10 04:51:17 xmw Exp $ EAPI=3 @@ -15,7 +15,7 @@ SRC_URI="http://www.openscenegraph.org/downloads/stable_releases/${MY_P}/source/ LICENSE="wxWinLL-3 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="curl debug doc examples ffmpeg fltk fox gdal gif glut gtk itk jpeg jpeg2k openexr openinventor osgapps pdf png qt4 sdl static-libs svg tiff truetype vnc wxwidgets xine xrandr zlib" |