diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-10-04 22:26:17 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-10-04 22:26:17 -0500 |
commit | 0320e7dbda97040f2d502c61a2f21a70ccc01805 (patch) | |
tree | 7ac0f86a141ce90a4c5004eb4878e09bc2225911 /app-admin/glance | |
parent | sys-cluster/neutron: neutron needs singledispatch for py2... (diff) | |
download | gentoo-0320e7dbda97040f2d502c61a2f21a70ccc01805.tar.gz gentoo-0320e7dbda97040f2d502c61a2f21a70ccc01805.tar.bz2 gentoo-0320e7dbda97040f2d502c61a2f21a70ccc01805.zip |
app-admin/glance: adding python3.4
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-admin/glance')
-rw-r--r-- | app-admin/glance/glance-2016.2.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/glance/glance-2016.2.9999.ebuild b/app-admin/glance/glance-2016.2.9999.ebuild index 38cd8ccad948..a3418c86b13f 100644 --- a/app-admin/glance/glance-2016.2.9999.ebuild +++ b/app-admin/glance/glance-2016.2.9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1 git-r3 user |