summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 18:02:50 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 18:21:22 +0200
commit1d1536121b631065eb52c4a911e89fc8a07e1ef0 (patch)
tree0420f734e4496e66b97c8cacf8dc2dc745897a9e /dev-python
parent8db740207c92b9155ca3177b3277f7e35851d972 (diff)
downloadgentoo-1d1536121b631065eb52c4a911e89fc8a07e1ef0.tar.gz
gentoo-1d1536121b631065eb52c4a911e89fc8a07e1ef0.tar.bz2
gentoo-1d1536121b631065eb52c4a911e89fc8a07e1ef0.zip
dev-python/pydotplus: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pydotplus/pydotplus-2.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pydotplus/pydotplus-2.0.2.ebuild b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
index 5ebcde5602be..7ffae86161ad 100644
--- a/dev-python/pydotplus/pydotplus-2.0.2.ebuild
+++ b/dev-python/pydotplus/pydotplus-2.0.2.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