diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-11 15:12:54 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-11 15:12:54 +0200 |
commit | 4ef61beb805488dbfc72987bf052050352051194 (patch) | |
tree | f30908fdbeaf75520f1f9bb81ec0ba6247eece83 /dev-python/rope_py3k | |
parent | dev-python/dominate: Add python3_6 (diff) | |
download | gentoo-4ef61beb805488dbfc72987bf052050352051194.tar.gz gentoo-4ef61beb805488dbfc72987bf052050352051194.tar.bz2 gentoo-4ef61beb805488dbfc72987bf052050352051194.zip |
dev-python/rope_py3k: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/rope_py3k')
-rw-r--r-- | dev-python/rope_py3k/rope_py3k-0.9.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/rope_py3k/rope_py3k-0.9.4.ebuild b/dev-python/rope_py3k/rope_py3k-0.9.4.ebuild index ee629758a201..9b9271c7e89c 100644 --- a/dev-python/rope_py3k/rope_py3k-0.9.4.ebuild +++ b/dev-python/rope_py3k/rope_py3k-0.9.4.ebuild @@ -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 -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 |