summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-17 13:29:11 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-17 13:29:11 +0200
commit269b032fd40e99a1d35eeeac5b025ac2befa7195 (patch)
treea08c7b408f7bf86f75171f8d15aa7ab6af611392
parentapp-text/krop: Add python3_{5,6} (diff)
downloadgentoo-269b032fd40e99a1d35eeeac5b025ac2befa7195.tar.gz
gentoo-269b032fd40e99a1d35eeeac5b025ac2befa7195.tar.bz2
gentoo-269b032fd40e99a1d35eeeac5b025ac2befa7195.zip
app-misc/jira-cli: Add python3_5
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--app-misc/jira-cli/jira-cli-2.1.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/jira-cli/jira-cli-2.1.5.ebuild b/app-misc/jira-cli/jira-cli-2.1.5.ebuild
index f1d6d4d04cd7..8965187ccee3 100644
--- a/app-misc/jira-cli/jira-cli-2.1.5.ebuild
+++ b/app-misc/jira-cli/jira-cli-2.1.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1