summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-26 22:01:46 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-26 22:28:56 +0200
commitc6090fefc456269d8c49aee27d448b774b4391a4 (patch)
tree3dc8dd604003c28ac0aa2a642b6326469633b981 /sci-mathematics/relational/relational-2.5.ebuild
parentsci-mathematics/pymc: Support python3.6 (diff)
downloadgentoo-c6090fefc456269d8c49aee27d448b774b4391a4.tar.gz
gentoo-c6090fefc456269d8c49aee27d448b774b4391a4.tar.bz2
gentoo-c6090fefc456269d8c49aee27d448b774b4391a4.zip
sci-mathematics/relational: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sci-mathematics/relational/relational-2.5.ebuild')
-rw-r--r--sci-mathematics/relational/relational-2.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/relational/relational-2.5.ebuild b/sci-mathematics/relational/relational-2.5.ebuild
index 77b6e6980c7a..ef80e0ec5b5f 100644
--- a/sci-mathematics/relational/relational-2.5.ebuild
+++ b/sci-mathematics/relational/relational-2.5.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=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit python-single-r1