diff options
author | Richard Freeman <rich0@gentoo.org> | 2010-07-13 11:33:05 +0000 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2010-07-13 11:33:05 +0000 |
commit | 48f0c8a32f2ca246c5140cfcc4a1116e488b2b68 (patch) | |
tree | d015300107bba18f2b14a8455723de295e4c9a23 /sci-astronomy | |
parent | Fix "assignment discards qualifiers from pointer target type" warning caused ... (diff) | |
download | gentoo-2-48f0c8a32f2ca246c5140cfcc4a1116e488b2b68.tar.gz gentoo-2-48f0c8a32f2ca246c5140cfcc4a1116e488b2b68.tar.bz2 gentoo-2-48f0c8a32f2ca246c5140cfcc4a1116e488b2b68.zip |
amd64 stable - 327963
(Portage version: 2.1.8.3/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.10.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog index cabf6d0fcb34..879522ccecf5 100644 --- a/sci-astronomy/stellarium/ChangeLog +++ b/sci-astronomy/stellarium/ChangeLog @@ -1,6 +1,9 @@ # 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.63 2010/07/06 10:37:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.64 2010/07/13 11:33:05 rich0 Exp $ + + 13 Jul 2010; Richard Freeman <rich0@gentoo.org> stellarium-0.10.5.ebuild: + amd64 stable - 327963 06 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> stellarium-0.10.4.ebuild: diff --git a/sci-astronomy/stellarium/stellarium-0.10.5.ebuild b/sci-astronomy/stellarium/stellarium-0.10.5.ebuild index 91933426322b..acc31e8783b2 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.1 2010/06/10 06:36:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.5.ebuild,v 1.2 2010/07/13 11:33:05 rich0 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" |