summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 16:40:33 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 17:23:27 +0200
commit52edb4f546cbc408f891c895c779e92cf8726534 (patch)
tree7ca1d648597401c9d92d7586330b3e4e10e21e7e /dev-python/demjson/demjson-2.2.4.ebuild
parentdev-lang/php: remove old "unused" versions. (diff)
downloadgentoo-52edb4f546cbc408f891c895c779e92cf8726534.tar.gz
gentoo-52edb4f546cbc408f891c895c779e92cf8726534.tar.bz2
gentoo-52edb4f546cbc408f891c895c779e92cf8726534.zip
dev-python/demjson: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/demjson/demjson-2.2.4.ebuild')
-rw-r--r--dev-python/demjson/demjson-2.2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/demjson/demjson-2.2.4.ebuild b/dev-python/demjson/demjson-2.2.4.ebuild
index 3a42c4a5e0ae..c741c73a9af3 100644
--- a/dev-python/demjson/demjson-2.2.4.ebuild
+++ b/dev-python/demjson/demjson-2.2.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 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