Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Why falkon?
Date: Mon, 19 Nov 2018 09:27:40
Message-Id: 2262528.8TSkfW7EUe@peak
1 Hello list,
2
3 Would someone kindly enloghten me as to why the presence of qtwebengine now
4 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 applications"
15 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 webkit? (
28 $(add_kdeapps_dep konqueror 'webengine?')
29 kde-misc/kwebkitpart:5
30 )
31 "
32
33 --
34 Regards,
35 Peter.

Replies

Subject Author
Re: [gentoo-user] Why falkon? Neil Bothwick <neil@××××××××××.uk>