From 2fb535d4fdcbe949c8646dfed160cfd887be5632 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 5 Sep 2013 19:04:44 +0000 Subject: Clean up PYTHON_COMPAT from old implementations. (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) --- sci-libs/scikits/ChangeLog | 6 ++++-- sci-libs/scikits/scikits-0.1-r1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'sci-libs/scikits') 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 scikits-0.1-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 04 Jun 2013; Justin Lecher scikits-0.1-r1.ebuild: Fix for correct usage of new python eclasses @@ -24,4 +27,3 @@ 04 Dec 2010; Sébastien Fabbro +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 -- cgit v1.2.3-65-gdbad