From 196d07aff4238f4cee181dc4328d706fcba2bd3e Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Wed, 26 Mar 2014 02:31:53 +0100 Subject: [PATCH] improved python compat to actual tested versions --- dev-python/matrix2latex/matrix2latex-0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/matrix2latex/matrix2latex-0.1.ebuild b/dev-python/matrix2latex/matrix2latex-0.1.ebuild index 996ab94..9a721a9 100644 --- a/dev-python/matrix2latex/matrix2latex-0.1.ebuild +++ b/dev-python/matrix2latex/matrix2latex-0.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6, 2_7, 3_2, 3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) inherit python-single-r1