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 CE29F138334 for ; Wed, 11 Sep 2019 08:09:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFEEEE093B; Wed, 11 Sep 2019 08:09:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9D13AE093B for ; Wed, 11 Sep 2019 08:09:57 +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 8E6A434B026 for ; Wed, 11 Sep 2019 08:09:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C3807F0 for ; Wed, 11 Sep 2019 08:09:53 +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: <1568144539.1b21528d5ef84a22cbc00188397be2a44fab405d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kio/kio-9999.ebuild X-VCS-Directories: kde-frameworks/kio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1b21528d5ef84a22cbc00188397be2a44fab405d X-VCS-Branch: master Date: Wed, 11 Sep 2019 08:09:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 101c8428-9b1d-4944-8cc8-5c5283effbc9 X-Archives-Hash: c995e75664f0f82d811a10b09cd88257 commit: 1b21528d5ef84a22cbc00188397be2a44fab405d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 10 19:41:53 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 10 19:42:19 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1b21528d kde-frameworks/kio: Update DEPEND Upstream commits: 4ad1902278f0fe20db3e10db40e922f015943964 9e1220bf76adc48e4e42197a8a284d1b32ecd81a Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kio/kio-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kio/kio-9999.ebuild b/kde-frameworks/kio/kio-9999.ebuild index 362e1703ae..800d49d0ac 100644 --- a/kde-frameworks/kio/kio-9999.ebuild +++ b/kde-frameworks/kio/kio-9999.ebuild @@ -36,9 +36,9 @@ RDEPEND=" $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork 'ssl') - $(add_qt_dep qtscript) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) dev-libs/libxml2