diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
commit | 8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch) | |
tree | 1781f0242b83e446554db1ade147758513eab1c5 /sci-astronomy/pyephem | |
parent | updating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff) | |
download | gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.gz gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.bz2 gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-astronomy/pyephem')
-rw-r--r-- | sci-astronomy/pyephem/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/pyephem/ChangeLog b/sci-astronomy/pyephem/ChangeLog index b9535f3ae1b8..772d43168fc2 100644 --- a/sci-astronomy/pyephem/ChangeLog +++ b/sci-astronomy/pyephem/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/pyephem # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.20 2013/06/12 16:29:33 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.21 2013/09/05 19:44:45 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyephem-3.7.5.1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 12 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> pyephem-3.7.5.1.ebuild: Switch to EAPI5 diff --git a/sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild b/sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild index 657b83109f9b..56ce8d83ccc7 100644 --- a/sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild +++ b/sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild,v 1.5 2013/06/12 16:29:33 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild,v 1.6 2013/09/05 19:44:45 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit distutils-r1 |