summaryrefslogtreecommitdiff
path: root/dev-util
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-19 17:02:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-26 21:28:40 +0100
commita7bd4c3c9ceeb07e5e51265c3d5372a213063c54 (patch)
treec0267b9a7a1051017b9afc9a3e4d365c650fa256 /dev-util
parentf00d10125218cc34220e7c03bbaf69d2a9273bce (diff)
downloadkde-a7bd4c3c9ceeb07e5e51265c3d5372a213063c54.tar.gz
kde-a7bd4c3c9ceeb07e5e51265c3d5372a213063c54.tar.bz2
kde-a7bd4c3c9ceeb07e5e51265c3d5372a213063c54.zip
dev-util/kdevelop-python: EAPI-7 bump
Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-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