diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-10-14 23:49:10 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-10-14 23:49:10 -0500 |
commit | 0339806c849befdf2fc28d2d716b61961155974d (patch) | |
tree | 8e856639a1a21e46530d65a89d255924cb523564 /dev-python/pycadf | |
parent | dev-python/python-memcached: adding py34 (diff) | |
download | gentoo-0339806c849befdf2fc28d2d716b61961155974d.tar.gz gentoo-0339806c849befdf2fc28d2d716b61961155974d.tar.bz2 gentoo-0339806c849befdf2fc28d2d716b61961155974d.zip |
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.ebuild | 2 |
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 bee046c66377..6f401fd58295 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 |