diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 22:03:59 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 22:28:57 +0200 |
commit | 55ddc8c7dc508f74b5d37dbb849b00f538efc2dc (patch) | |
tree | 720d43e6977660ccc27984c0865593da21b1ac41 /sci-visualization | |
parent | sci-mathematics/relational: Support python3.6 (diff) | |
download | gentoo-55ddc8c7dc508f74b5d37dbb849b00f538efc2dc.tar.gz gentoo-55ddc8c7dc508f74b5d37dbb849b00f538efc2dc.tar.bz2 gentoo-55ddc8c7dc508f74b5d37dbb849b00f538efc2dc.zip |
sci-visualization/fityk: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/fityk/fityk-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/fityk/fityk-1.3.1.ebuild b/sci-visualization/fityk/fityk-1.3.1.ebuild index 309321d1e376..79fd660aecd2 100644 --- a/sci-visualization/fityk/fityk-1.3.1.ebuild +++ b/sci-visualization/fityk/fityk-1.3.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 WX_GTK_VER=3.0 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) +PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} ) inherit fdo-mime python-r1 wxwidgets |