From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 527C4139694 for ; Mon, 5 Jun 2017 09:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71E6CE0B73; Mon, 5 Jun 2017 09:08:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B6B6E0B73 for ; Mon, 5 Jun 2017 09:08:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE8803418D8 for ; Mon, 5 Jun 2017 09:08:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8334B7471 for ; Mon, 5 Jun 2017 09:08:37 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1496653699.8110a18906f52f1c600a1f1976ad7e17b878279e.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/quassel/quassel-0.12.4.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 8110a18906f52f1c600a1f1976ad7e17b878279e X-VCS-Branch: master Date: Mon, 5 Jun 2017 09:08:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 56554d50-b930-4eb7-9756-c7be7323c29b X-Archives-Hash: 90d48caa319a5c67da971e2ed874ad6d commit: 8110a18906f52f1c600a1f1976ad7e17b878279e Author: Johannes Huber gentoo org> AuthorDate: Mon Jun 5 09:08:19 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Jun 5 09:08:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8110a189 net-irc/quassel: Drop dependency on dev-qt/webkit:4 Gentoo-bug: 620726 Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-irc/quassel/quassel-0.12.4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-irc/quassel/quassel-0.12.4.ebuild b/net-irc/quassel/quassel-0.12.4.ebuild index ea792e54ed4..b349d5e9cab 100644 --- a/net-irc/quassel/quassel-0.12.4.ebuild +++ b/net-irc/quassel/quassel-0.12.4.ebuild @@ -68,7 +68,6 @@ GUI_RDEPEND=" ) ) phonon? ( || ( media-libs/phonon[qt4] dev-qt/qtphonon:4 ) ) - webkit? ( dev-qt/qtwebkit:4 ) ) " @@ -108,7 +107,7 @@ REQUIRED_USE=" qt5? ( !ayatana ) snorenotify? ( qt5 || ( X monolithic ) ) syslog? ( || ( server monolithic ) ) - webkit? ( || ( X monolithic ) ) + webkit? ( qt5 || ( X monolithic ) ) " pkg_setup() {