diff options
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 879522ccecf5..5a5823ed41b3 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.64 2010/07/13 11:33:05 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.65 2010/07/17 09:02:20 fauli Exp $ + + 17 Jul 2010; Christian Faulhammer <fauli@gentoo.org> + stellarium-0.10.5.ebuild: + stable x86, bug 327963 13 Jul 2010; Richard Freeman <rich0@gentoo.org> stellarium-0.10.5.ebuild: amd64 stable - 327963 diff --git a/sci-astronomy/stellarium/stellarium-0.10.5.ebuild b/sci-astronomy/stellarium/stellarium-0.10.5.ebuild index acc31e8783b2..fb88cfe782bf 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.2 2010/07/13 11:33:05 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.5.ebuild,v 1.3 2010/07/17 09:02:20 fauli 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" |