Skip to content

Commit

Permalink
kde-apps/kdecore-meta: Drop USE webkit
Browse files Browse the repository at this point in the history
kde-apps/konqueror no longer has optional webengine support.
Now that it is required, the webkit fallback no longer makes sense.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Feb 16, 2020
1 parent bb59f87 commit ff799f9
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions kde-apps/kdecore-meta/kdecore-meta-19.08.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="kdecore - merge this to pull in the most basic applications"
HOMEPAGE="https://kde.org/"

LICENSE="metapackage"
SLOT="5"
KEYWORDS="amd64 arm64 x86"
IUSE="+handbook +share +thumbnail +webengine"

RDEPEND="
>=kde-apps/dolphin-${PV}:${SLOT}
>=kde-apps/kdialog-${PV}:${SLOT}
>=kde-apps/keditbookmarks-${PV}:${SLOT}
>=kde-apps/kfind-${PV}:${SLOT}
>=kde-apps/konsole-${PV}:${SLOT}
>=kde-apps/kwrite-${PV}:${SLOT}
handbook? ( >=kde-apps/khelpcenter-${PV}:${SLOT} )
webengine? ( || (
www-client/falkon
>=kde-apps/konqueror-${PV}:${SLOT}
) )
"
# Optional runtime deps: kde-apps/dolphin
RDEPEND="${RDEPEND}
share? ( kde-frameworks/purpose:${SLOT} )
thumbnail? (
>=kde-apps/ffmpegthumbs-${PV}:${SLOT}
>=kde-apps/thumbnailers-${PV}:${SLOT}
)
"

0 comments on commit ff799f9

Please sign in to comment.