diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-30 10:03:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-30 10:03:32 +0000 |
commit | 3fc8fc850848adf0a331a6ba861a91b556a2f486 (patch) | |
tree | 7d576ce82dd96f69a1d44c3839e5253cac03fe52 /sci-astronomy | |
parent | Probably necessary fix for PREFIX (diff) | |
download | gentoo-2-3fc8fc850848adf0a331a6ba861a91b556a2f486.tar.gz gentoo-2-3fc8fc850848adf0a331a6ba861a91b556a2f486.tar.bz2 gentoo-2-3fc8fc850848adf0a331a6ba861a91b556a2f486.zip |
ppc64 stable wrt #327963
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.10.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog index 5a5823ed41b3..e799424dfa5a 100644 --- a/sci-astronomy/stellarium/ChangeLog +++ b/sci-astronomy/stellarium/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/stellarium # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.65 2010/07/17 09:02:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.66 2010/09/30 10:03:32 ssuominen Exp $ + + 30 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> + stellarium-0.10.5.ebuild: + ppc64 stable wrt #327963 17 Jul 2010; Christian Faulhammer <fauli@gentoo.org> stellarium-0.10.5.ebuild: diff --git a/sci-astronomy/stellarium/stellarium-0.10.5.ebuild b/sci-astronomy/stellarium/stellarium-0.10.5.ebuild index fb88cfe782bf..93780c5155a3 100644 --- a/sci-astronomy/stellarium/stellarium-0.10.5.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.10.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.5.ebuild,v 1.3 2010/07/17 09:02:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.5.ebuild,v 1.4 2010/09/30 10:03:32 ssuominen Exp $ EAPI=2 inherit cmake-utils eutils @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/stellarium/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ppc64 x86" IUSE="nls stars" RESTRICT="test" |