summaryrefslogtreecommitdiff
path: root/dev-python/pycadf
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-10-14 23:49:10 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2015-10-14 23:49:10 -0500
commit0339806c849befdf2fc28d2d716b61961155974d (patch)
tree8e856639a1a21e46530d65a89d255924cb523564 /dev-python/pycadf
parent26665018981162f2ac1829f163cf23b567f20832 (diff)
downloadgentoo-0339806c849befdf2fc28d2d716b61961155974d.tar.gz
dev-python/pycadf: adding py34 support
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/pycadf')
-rw-r--r--dev-python/pycadf/pycadf-1.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycadf/pycadf-1.1.0.ebuild b/dev-python/pycadf/pycadf-1.1.0.ebuild
index bee046c663..6f401fd582 100644
--- a/dev-python/pycadf/pycadf-1.1.0.ebuild
+++ b/dev-python/pycadf/pycadf-1.1.0.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_4 )
inherit distutils-r1