commit:     46321c8d541261ea510237c085fabffdba577ada
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  7 19:36:37 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 19:36:37 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=46321c8d

sys-kernel/kccmp: EAPI-7 bump, switch to qmake-utils

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-kernel/kccmp/kccmp-0.3.ebuild | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/kccmp/kccmp-0.3.ebuild 
b/sys-kernel/kccmp/kccmp-0.3.ebuild
index fecfe441..2e0db32a 100644
--- a/sys-kernel/kccmp/kccmp-0.3.ebuild
+++ b/sys-kernel/kccmp/kccmp-0.3.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
-inherit qt4-r2
+EAPI=7
+
+inherit qmake-utils
 
 DESCRIPTION="A simple tool for comparing two linux kernel .config files"
 HOMEPAGE="http://stoopidsimple.com/kccmp/";
@@ -13,15 +14,20 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND="dev-qt/qtcore:4
+DEPEND="
+       dev-qt/qtcore:4
        dev-qt/qtgui:4"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-       qt4-r2_src_prepare
+       default
        echo "DEFINES += KCCMP_QT_4" >> ${PN}.pro
 }
 
+src_configure() {
+       eqmake4
+}
+
 src_install() {
        dobin kccmp
        dodoc README

Reply via email to