Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why falkon?
Date: Mon, 19 Nov 2018 23:40:21
Message-Id: 20181119234004.5e4ed284@digimed.co.uk
In Reply to: [gentoo-user] Why falkon? by Peter Humphrey
1 On Mon, 19 Nov 2018 09:27:30 +0000, Peter Humphrey wrote:
2
3 > Would someone kindly enloghten me as to why the presence of qtwebengine
4 > now requires installation of www-client/falkon?
5 >
6 > $ cat $(equery w kdecore-meta)
7 > # Copyright 1999-2018 Gentoo Authors
8 > # Distributed under the terms of the GNU General Public License v2
9 >
10 > EAPI=6
11 >
12 > inherit kde5-meta-pkg
13 >
14 > DESCRIPTION="kdecore - merge this to pull in the most basic
15 > applications" KEYWORDS="~amd64 ~x86"
16 > IUSE="+handbook +webengine webkit"
17 >
18 > RDEPEND="
19 > $(add_kdeapps_dep dolphin)
20 > $(add_kdeapps_dep kdialog)
21 > $(add_kdeapps_dep keditbookmarks)
22 > $(add_kdeapps_dep kfind)
23 > $(add_kdeapps_dep konsole)
24 > $(add_kdeapps_dep kwrite)
25 > handbook? ( $(add_kdeapps_dep khelpcenter) )
26 > webengine? ( www-client/falkon )
27
28 It doesn't, it's the kdecore-meta package that depends on it, controlled
29 by the webengine USE flag. qtwebengine doesn't require falkon at all,
30 it's the other way round.
31
32
33 --
34 Neil Bothwick
35
36 "I need your clothes, your boots, and your tagline!"

Replies

Subject Author
Re: [gentoo-user] Why falkon? Peter Humphrey <peter@××××××××××××.uk>