From 56da8742836111f4f61195598b46db9a7482145f Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Wed, 29 Feb 2012 18:32:10 +0100 Subject: Fix python3_1 (was 2_1). --- eclass/python-distutils-ng.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/python-distutils-ng.eclass b/eclass/python-distutils-ng.eclass index 0b9f005..7be2653 100644 --- a/eclass/python-distutils-ng.eclass +++ b/eclass/python-distutils-ng.eclass @@ -234,7 +234,7 @@ python-distutils-ng_newscript() { if [[ -z "${default_impl}" ]]; then # TODO: Pick default implementation - for impl in python{2_7,2_6,2_5,3_2,2_1} pypy{1_8,1_7} jython2_5; do + for impl in python{2_7,2_6,2_5,3_2,3_1} pypy{1_8,1_7} jython2_5; do use "python_targets_${impl}" || continue default_impl="${impl}" break; -- cgit v1.2.3-65-gdbad