diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-04 04:19:58 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-04 04:19:58 +0000 |
commit | 13f52a9150aa1c0f971b110345bf1fa1f5526780 (patch) | |
tree | f6ab433b000e0e6d10b8de3cd4900802346f6cb6 /sci-astronomy | |
parent | move loader, cleanup ebuild in oclhashcat-lite-bin style (diff) | |
download | gentoo-2-13f52a9150aa1c0f971b110345bf1fa1f5526780.tar.gz gentoo-2-13f52a9150aa1c0f971b110345bf1fa1f5526780.tar.bz2 gentoo-2-13f52a9150aa1c0f971b110345bf1fa1f5526780.zip |
marked x86 per bug 424245
(Portage version: 2.2.0_alpha115/cvs/Linux i686)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.11.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog index db8f1338c19e..a117f8cf80f2 100644 --- a/sci-astronomy/stellarium/ChangeLog +++ b/sci-astronomy/stellarium/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/stellarium # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.95 2012/07/03 16:16:07 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.96 2012/07/04 04:19:58 jdhore Exp $ + + 04 Jul 2012; Jeff Horelick <jdhore@gentoo.org> stellarium-0.11.3.ebuild: + marked x86 per bug 424245 03 Jul 2012; Brent Baude <ranger@gentoo.org> stellarium-0.11.3.ebuild: Marking stellarium-0.11.3 ppc for bug 424245 diff --git a/sci-astronomy/stellarium/stellarium-0.11.3.ebuild b/sci-astronomy/stellarium/stellarium-0.11.3.ebuild index 03cd32d9f954..7732f0303b5e 100644 --- a/sci-astronomy/stellarium/stellarium-0.11.3.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.11.3.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/sci-astronomy/stellarium/stellarium-0.11.3.ebuild,v 1.3 2012/07/03 16:16:07 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.11.3.ebuild,v 1.4 2012/07/04 04:19:58 jdhore Exp $ EAPI=4 CMAKE_MIN_VERSION="2.4.7" @@ -20,7 +20,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="debug nls stars" RESTRICT="test" |