diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-26 18:12:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-26 18:34:01 +0200 |
commit | 8234c1d00f548c4fd12b18f2963a97e8a46e5540 (patch) | |
tree | e561da0fe4a090fd2e3ed8e4fe33e297f8de5236 /dev-python/translationstring | |
parent | dev-python/peppercorn: Tested on py3.5 & py3.6 (diff) | |
download | gentoo-8234c1d00f548c4fd12b18f2963a97e8a46e5540.tar.gz gentoo-8234c1d00f548c4fd12b18f2963a97e8a46e5540.tar.bz2 gentoo-8234c1d00f548c4fd12b18f2963a97e8a46e5540.zip |
dev-python/translationstring: Tested on py3.6
Diffstat (limited to 'dev-python/translationstring')
-rw-r--r-- | dev-python/translationstring/translationstring-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/translationstring/translationstring-1.3.ebuild b/dev-python/translationstring/translationstring-1.3.ebuild index 428141f0c5e9..79128d6e68d9 100644 --- a/dev-python/translationstring/translationstring-1.3.ebuild +++ b/dev-python/translationstring/translationstring-1.3.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 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) inherit distutils-r1 |