dev-python/jira: restore python3.4

Package-Manager: Portage-2.3.3_p12, Repoman-2.3.1_p5
This commit is contained in:
Mike Gilbert
2016-12-31 22:19:08 -05:00
parent 203936a581
commit fe35e6807c

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 )
PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
DESCRIPTION="Python library for interacting with the JIRA REST API"