commit: c6090fefc456269d8c49aee27d448b774b4391a4
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 20:01:46 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 20:28:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6090fef
sci-mathematics/relational: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sci-mathematics/relational/relational-2.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/relational/relational-2.5.ebuild
b/sci-mathematics/relational/relational-2.5.ebuild
index 77b6e6980c7..ef80e0ec5b5 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