diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-10-10 06:48:28 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-10-10 06:48:28 +0000 |
commit | cfe5bb9d1a5b53e84675a2eb383634d414502aff (patch) | |
tree | f00883a7dab554344f6eda1abc84edc81f886eb1 /sci-astronomy | |
parent | x86 stable, see bug 423091 (diff) | |
download | gentoo-2-cfe5bb9d1a5b53e84675a2eb383634d414502aff.tar.gz gentoo-2-cfe5bb9d1a5b53e84675a2eb383634d414502aff.tar.bz2 gentoo-2-cfe5bb9d1a5b53e84675a2eb383634d414502aff.zip |
x86 stable, see bug 423673. Thanks Myckel Habets for testing.
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/xephem/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/xephem/xephem-3.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/xephem/ChangeLog b/sci-astronomy/xephem/ChangeLog index 01687d805a24..d74483b19d14 100644 --- a/sci-astronomy/xephem/ChangeLog +++ b/sci-astronomy/xephem/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/xephem # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v 1.42 2012/09/30 19:50:53 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v 1.43 2012/10/10 06:48:28 nativemad Exp $ + + 10 Oct 2012; Andreas Schuerch <nativemad@gentoo.org> xephem-3.7.5.ebuild: + x86 stable, see bug 423673. Thanks Myckel Habets for testing 30 Sep 2012; Kacper Kowalik <xarthisius@gentoo.org> +files/xephem-3.7.5-respect-flags.patch, xephem-3.7.5.ebuild: diff --git a/sci-astronomy/xephem/xephem-3.7.5.ebuild b/sci-astronomy/xephem/xephem-3.7.5.ebuild index 87a14b159f76..f09c57687412 100644 --- a/sci-astronomy/xephem/xephem-3.7.5.ebuild +++ b/sci-astronomy/xephem/xephem-3.7.5.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/xephem/xephem-3.7.5.ebuild,v 1.6 2012/09/30 19:50:53 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.5.ebuild,v 1.7 2012/10/10 06:48:28 nativemad Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs DESCRIPTION="Interactive tool for astronomical ephemeris and sky simulation" HOMEPAGE="http://www.clearskyinstitute.com/xephem" SRC_URI="http://97.74.56.125/free/${P}.tar.gz" -KEYWORDS="amd64 ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" SLOT=0 LICENSE="XEphem" |