commit: 5af643ecfec4c143268b254f05b92bd598b47a68
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 08:29:05 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 15:15:44 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=5af643ec
dev-qt/qtwebkit: EAPI-7 bump, drop unused inherits
At least src_prepare runs fine. Committed as untested crap.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild
b/dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild
index 4ab05dbc..fa6a9ec1 100644
--- a/dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils multilib python-any-r1 qmake-utils toolchain-funcs
multilib-minimal
+EAPI=7
MY_PV=${PV/4.10/2.3}
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 qmake-utils toolchain-funcs multilib-minimal
DESCRIPTION="The WebKit module for the Qt toolkit"
HOMEPAGE="https://www.qt.io/ http://trac.webkit.org/wiki/QtWebKit"
@@ -69,9 +69,7 @@ src_prepare() {
Source/WTF/WTF.pro \
Source/JavaScriptCore/Target.pri || die
- # apply patches
- [[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}"
- epatch_user
+ default
}
multilib_src_compile() {