aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-06 22:18:27 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-06 22:18:27 +0200
commit21a0d9fa9d04df1ec79107c4f013527080bb61e4 (patch)
treeb1c219c17dcb26df4eadaf93a363ee7df7cacc06
parentkde-frameworks/extra-cmake-modules: Add python3_6 support (diff)
downloadkde-21a0d9fa.tar.gz
kde-21a0d9fa.tar.bz2
kde-21a0d9fa.zip
kde-frameworks/ki18n: Add python3_6 support
Tested-by: Manuel Rüger <mrueg@gentoo.org> Package-Manager: Portage-2.3.5, Repoman-2.3.1
-rw-r--r--kde-frameworks/ki18n/ki18n-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-frameworks/ki18n/ki18n-9999.ebuild b/kde-frameworks/ki18n/ki18n-9999.ebuild
index da183cc623..a6e199f946 100644
--- a/kde-frameworks/ki18n/ki18n-9999.ebuild
+++ b/kde-frameworks/ki18n/ki18n-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit kde5 python-single-r1
DESCRIPTION="Framework based on Gettext for internationalizing user interface text"