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 F15E01396D9 for ; Mon, 23 Oct 2017 11:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42003E0E00; Mon, 23 Oct 2017 11:06:49 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23F64E0E06 for ; Mon, 23 Oct 2017 11:06:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C69E233BF44 for ; Mon, 23 Oct 2017 11:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D63F316 for ; Mon, 23 Oct 2017 11:06:46 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1508756791.950dce98f5356fdb4cb35d21d543c26db912e374.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/falkon/falkon-9999.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 950dce98f5356fdb4cb35d21d543c26db912e374 X-VCS-Branch: master Date: Mon, 23 Oct 2017 11:06:46 +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: 642bee8d-d9ae-4970-b249-83fe5d4b311b X-Archives-Hash: 3ffcc4c29f372f55a0077733dc4edf40 commit: 950dce98f5356fdb4cb35d21d543c26db912e374 Author: Michael Palimaka gentoo org> AuthorDate: Mon Oct 23 11:06:20 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Oct 23 11:06:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=950dce98 www-client/falkon: fix dependencies Closes: https://bugs.gentoo.org/635152 Package-Manager: Portage-2.3.8, Repoman-2.3.3 www-client/falkon/falkon-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index 28efdd3e34..91e58c788c 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -35,12 +35,12 @@ COMMON_DEPEND=" x11-libs/libxcb:= ) " -DEPEND="${COMMON_RDEPEND} +DEPEND="${COMMON_DEPEND} $(add_qt_dep linguist-tools) $(add_qt_dep qtconcurrent) gnome-keyring? ( virtual/pkgconfig ) " -RDEPEND="${COMMON_RDEPEND} +RDEPEND="${COMMON_DEPEND} !www-client/qupzilla "