From: Pacho Ramos Date: Tue, 26 Jun 2018 20:01:46 +0000 (+0200) Subject: sci-mathematics/relational: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c6090fefc456269d8c49aee27d448b774b4391a4;p=gentoo.git sci-mathematics/relational: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- 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