Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/
Date: Mon, 05 Jun 2017 09:08:42
Message-Id: 1496653699.8110a18906f52f1c600a1f1976ad7e17b878279e.johu@gentoo
1 commit: 8110a18906f52f1c600a1f1976ad7e17b878279e
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 09:08:19 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 09:08:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8110a189
7
8 net-irc/quassel: Drop dependency on dev-qt/webkit:4
9
10 Gentoo-bug: 620726
11 Package-Manager: Portage-2.3.6, Repoman-2.3.2
12
13 net-irc/quassel/quassel-0.12.4.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/net-irc/quassel/quassel-0.12.4.ebuild b/net-irc/quassel/quassel-0.12.4.ebuild
17 index ea792e54ed4..b349d5e9cab 100644
18 --- a/net-irc/quassel/quassel-0.12.4.ebuild
19 +++ b/net-irc/quassel/quassel-0.12.4.ebuild
20 @@ -68,7 +68,6 @@ GUI_RDEPEND="
21 )
22 )
23 phonon? ( || ( media-libs/phonon[qt4] dev-qt/qtphonon:4 ) )
24 - webkit? ( dev-qt/qtwebkit:4 )
25 )
26 "
27
28 @@ -108,7 +107,7 @@ REQUIRED_USE="
29 qt5? ( !ayatana )
30 snorenotify? ( qt5 || ( X monolithic ) )
31 syslog? ( || ( server monolithic ) )
32 - webkit? ( || ( X monolithic ) )
33 + webkit? ( qt5 || ( X monolithic ) )
34 "
35
36 pkg_setup() {