diff options
author | 2018-01-12 11:46:47 -0500 | |
---|---|---|
committer | 2018-01-12 11:46:47 -0500 | |
commit | 8eccfcdf7773c680722ac3799b6f754b9b77f4d2 (patch) | |
tree | 6cfbd131c7956febb551765faa9b7e5238f4051d /dev-python | |
parent | dev-db/sqldeveloper: Update Manifest hashes. (diff) | |
download | gentoo-8eccfcdf7773c680722ac3799b6f754b9b77f4d2.tar.gz gentoo-8eccfcdf7773c680722ac3799b6f754b9b77f4d2.tar.bz2 gentoo-8eccfcdf7773c680722ac3799b6f754b9b77f4d2.zip |
dev-python/tlslite: add python3_6
Package-Manager: Portage-2.3.19_p11, Repoman-2.3.6_p45
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/tlslite/tlslite-0.4.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tlslite/tlslite-0.4.9-r2.ebuild b/dev-python/tlslite/tlslite-0.4.9-r2.ebuild index f4b5a7a47c55..b068342b957c 100644 --- a/dev-python/tlslite/tlslite-0.4.9-r2.ebuild +++ b/dev-python/tlslite/tlslite-0.4.9-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 eutils |