summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild4
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-9999.ebuild4
2 files changed, 4 insertions, 4 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
diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
index 27b0bebf1d7..7624f156fdb 100644
--- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-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
KDE_TEST="forceoptional"
KDEBASE="kdevelop"
@@ -45,7 +45,7 @@ pkg_setup() {
src_compile() {
pushd "${WORKDIR}"/${P}_build > /dev/null || die
- emake parser
+ eninja parser
popd > /dev/null || die
kde5_src_compile