summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-09 18:47:05 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-12 14:17:49 -0800
commit590572ff0129494cd7b110171e66d455f3310026 (patch)
tree117d0b92aa7ebe4acb4e6f4953eefcd0e9d2dec8 /dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild
parentdev-python/pyopenssl: PYTHON_COMPAT: add python3_6 (diff)
downloadgentoo-590572ff0129494cd7b110171e66d455f3310026.tar.gz
gentoo-590572ff0129494cd7b110171e66d455f3310026.tar.bz2
gentoo-590572ff0129494cd7b110171e66d455f3310026.zip
dev-python/ndg-httpsclient: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild')
-rw-r--r--dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild
index 32fcabe0b3d0..f8e00fc126ba 100644
--- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild
+++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1