diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-08-11 19:39:20 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-08-11 19:39:20 +0000 |
commit | 86435d973840ea98367488d9eb5b207c1bcf177a (patch) | |
tree | 4c105e9299a5508292d97d476d3dcc812712b342 /sci-astronomy | |
parent | Fix dependecy on libXScrnSaver wrt bug 378825 by Mark Tomich <mstomich@gmail.... (diff) | |
download | gentoo-2-86435d973840ea98367488d9eb5b207c1bcf177a.tar.gz gentoo-2-86435d973840ea98367488d9eb5b207c1bcf177a.tar.bz2 gentoo-2-86435d973840ea98367488d9eb5b207c1bcf177a.zip |
ppc/ppc64 stable wrt #378725
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.11.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog index d6df0b096b05..8280adca3389 100644 --- a/sci-astronomy/stellarium/ChangeLog +++ b/sci-astronomy/stellarium/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/stellarium # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.74 2011/08/11 16:34:31 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.75 2011/08/11 19:39:20 xarthisius Exp $ + + 11 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> stellarium-0.11.0.ebuild: + ppc/ppc64 stable wrt #378725 11 Aug 2011; Tony Vroon <chainsaw@gentoo.org> stellarium-0.11.0.ebuild: Marked 0.11.0 stable on AMD64 based on arch testing by Agostino "ago" Sarubbo diff --git a/sci-astronomy/stellarium/stellarium-0.11.0.ebuild b/sci-astronomy/stellarium/stellarium-0.11.0.ebuild index bd7b1d03252b..b300c5a44ca5 100644 --- a/sci-astronomy/stellarium/stellarium-0.11.0.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.11.0.ebuild,v 1.2 2011/08/11 16:34:31 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.11.0.ebuild,v 1.3 2011/08/11 19:39:20 xarthisius 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" |