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/scikits-0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-libs/scikits/scikits-0.1-r1.ebuild') 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