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