summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2019-02-09 22:06:37 -0500
committerMike Gilbert <floppym@gentoo.org>2019-02-09 22:08:13 -0500
commit3320ed2483a073bb51db124642e42af7cdfb7064 (patch)
treea770a386d0d4793ff6b4f63c7a944d319da9be6e
parentdev-libs/poco: Revbump to fix MySQL dependencies and detection (diff)
downloadgentoo-3320ed24.tar.gz
gentoo-3320ed24.tar.bz2
gentoo-3320ed24.zip
dev-python/ipython: add python3.7 for 5.8.0
Package-Manager: Portage-2.3.58, Repoman-2.3.12_p63 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--dev-python/ipython/ipython-5.8.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-5.8.0-r1.ebuild b/dev-python/ipython/ipython-5.8.0-r1.ebuild
index 7d8b1e5a7f17..0a6fff812b7c 100644
--- a/dev-python/ipython/ipython-5.8.0-r1.ebuild
+++ b/dev-python/ipython/ipython-5.8.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
PYTHON_REQ_USE='readline,sqlite,threads(+)'
inherit distutils-r1 eutils virtualx