diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-27 10:29:05 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-27 17:15:44 +0200 |
commit | 5af643ecfec4c143268b254f05b92bd598b47a68 (patch) | |
tree | 011b59099d8277e8fa4f31538f94dba3b5643d2a | |
parent | dev-libs/qjson: EAPI-7 bump, switch to cmake.eclass (diff) | |
download | kde-sunset-5af643ecfec4c143268b254f05b92bd598b47a68.tar.gz kde-sunset-5af643ecfec4c143268b254f05b92bd598b47a68.tar.bz2 kde-sunset-5af643ecfec4c143268b254f05b92bd598b47a68.zip |
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@gentoo.org>
-rw-r--r-- | dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild | 12 |
1 files 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() { |