diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:04:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:04:44 +0000 |
commit | 2fb535d4fdcbe949c8646dfed160cfd887be5632 (patch) | |
tree | cafaad153bfcc3635fbecb4b2a2c1456e7b9073f /sci-libs/scikits | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-2fb535d4fdcbe949c8646dfed160cfd887be5632.tar.gz gentoo-2-2fb535d4fdcbe949c8646dfed160cfd887be5632.tar.bz2 gentoo-2-2fb535d4fdcbe949c8646dfed160cfd887be5632.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-libs/scikits')
-rw-r--r-- | sci-libs/scikits/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/scikits/scikits-0.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-libs/scikits/ChangeLog b/sci-libs/scikits/ChangeLog index 2a4c3c6528b3..9b646bf9434d 100644 --- a/sci-libs/scikits/ChangeLog +++ b/sci-libs/scikits/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/scikits # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scikits/ChangeLog,v 1.5 2013/06/04 12:35:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scikits/ChangeLog,v 1.6 2013/09/05 19:04:44 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> scikits-0.1-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 04 Jun 2013; Justin Lecher <jlec@gentoo.org> scikits-0.1-r1.ebuild: Fix for correct usage of new python eclasses @@ -24,4 +27,3 @@ 04 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> +scikits-0.1.ebuild: Initial import - diff --git a/sci-libs/scikits/scikits-0.1-r1.ebuild b/sci-libs/scikits/scikits-0.1-r1.ebuild index 3de53c8c82dc..d0c64f0a55ea 100644 --- a/sci-libs/scikits/scikits-0.1-r1.ebuild +++ b/sci-libs/scikits/scikits-0.1-r1.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-libs/scikits/scikits-0.1-r1.ebuild,v 1.2 2013/06/04 12:35:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scikits/scikits-0.1-r1.ebuild,v 1.3 2013/09/05 19:04:44 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit python-r1 |