From 81097bc3d9da374137fa6742252beb56df5d1b2f Mon Sep 17 00:00:00 2001 From: ndparker Date: Fri, 7 Nov 2014 21:54:12 +0100 Subject: [PATCH] adjust ebuild for recent gentoo pythons --- _pkg/ebuilds/rjsmin.ebuild.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_pkg/ebuilds/rjsmin.ebuild.in b/_pkg/ebuilds/rjsmin.ebuild.in index 3726213..3c1618f 100644 --- a/_pkg/ebuilds/rjsmin.ebuild.in +++ b/_pkg/ebuilds/rjsmin.ebuild.in @@ -1,11 +1,11 @@ -# Copyright 2011-2013 Andr\xe9 Malo +# Copyright 2011-2014 Andr\xe9 Malo # Distributed under the terms of the GNU General Public License v2 # $Header$ EAPI="5" PYTHON_COMPAT=( - python{2_5,2_6,2_7,3_1,3_2,3_3} - pypy{1_9,2_0} jython{2_5,2_7} + python{2_7,3_3,3_4} + pypy jython{2_5,2_7} ) inherit distutils-r1