diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 20:10:16 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 21:29:09 +0200 |
commit | d862246d52fac758827bd27e5f209100f0102532 (patch) | |
tree | 020c5160058971c292bd5b12ac61ebe8cbf54525 /app-text | |
parent | app-text/grip: Support python3.6 (diff) | |
download | gentoo-d862246d52fac758827bd27e5f209100f0102532.tar.gz gentoo-d862246d52fac758827bd27e5f209100f0102532.tar.bz2 gentoo-d862246d52fac758827bd27e5f209100f0102532.zip |
app-text/gtranslator: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gtranslator/gtranslator-2.91.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild b/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild index 81f1ffe9481d..7e68b60a02a3 100644 --- a/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild +++ b/app-text/gtranslator/gtranslator-2.91.7-r1.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 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit gnome2 python-single-r1 |