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 4D46A1382C5 for ; Sun, 22 Apr 2018 08:49:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DFD9E07D7; Sun, 22 Apr 2018 08:49:03 +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 3A55AE07D7 for ; Sun, 22 Apr 2018 08:49:03 +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 9C2A2335C60 for ; Sun, 22 Apr 2018 08:49:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CFA8288 for ; Sun, 22 Apr 2018 08:49:00 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1524386912.91e1a2364f3ada668630f62545e2bbf7bf4f7a4b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/syndication/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/syndication/syndication-9999.ebuild X-VCS-Directories: kde-apps/syndication/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 91e1a2364f3ada668630f62545e2bbf7bf4f7a4b X-VCS-Branch: master Date: Sun, 22 Apr 2018 08:49:00 +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: 89a76fa4-499f-4b6d-ba22-02334cf2911c X-Archives-Hash: 679bf2ea5f3460a0377306d0027144f0 commit: 91e1a2364f3ada668630f62545e2bbf7bf4f7a4b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 22 08:25:28 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 22 08:48:32 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=91e1a236 kde-apps/syndication: Fix DEPENDs Upstream commit 52be4c168bdebce5925e55cbd32acdb358307f62 Package-Manager: Portage-2.3.31, Repoman-2.3.9 kde-apps/syndication/syndication-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/syndication/syndication-9999.ebuild b/kde-apps/syndication/syndication-9999.ebuild index 37ee6849d8..bc4c719644 100644 --- a/kde-apps/syndication/syndication-9999.ebuild +++ b/kde-apps/syndication/syndication-9999.ebuild @@ -14,7 +14,8 @@ IUSE="" DEPEND=" $(add_frameworks_dep kcodecs) $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kio) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) " RDEPEND="${DEPEND}"