summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild')
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild
index 6a7b805bc45..91b6ad41518 100644
--- a/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
EGIT_BRANCH="5.3"
KDE_TEST="forceoptional"
@@ -46,7 +46,7 @@ pkg_setup() {
src_compile() {
pushd "${WORKDIR}"/${P}_build > /dev/null || die
- emake parser
+ eninja parser
popd > /dev/null || die
kde5_src_compile