commit: 2725abb9ac84497abb4074e42cdfd0024706e1ca
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 17:21:44 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 17:22:00 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2725abb9
dev-libs/kreport: Set KDE_QTHELP=true, python 3.7
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kreport/kreport-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/kreport/kreport-9999.ebuild
b/dev-libs/kreport/kreport-9999.ebuild
index 38ba65279b..7e1fb552c7 100644
--- a/dev-libs/kreport/kreport-9999.ebuild
+++ b/dev-libs/kreport/kreport-9999.ebuild
@@ -3,9 +3,9 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
-
+KDE_QTHELP="true"
KDE_TEST="true"
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
VIRTUALX_REQUIRED="test"
inherit kde5 python-any-r1