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 A941A1382C5 for ; Sat, 3 Feb 2018 23:17:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04EC8E0D1D; Sat, 3 Feb 2018 23:17: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 D6FECE0D1D for ; Sat, 3 Feb 2018 23:17:56 +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 1AB60335C5B for ; Sat, 3 Feb 2018 23:17:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D40641C3 for ; Sat, 3 Feb 2018 23:17:54 +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: <1517699865.def38ee73e4cd930ab8d9ce6e03e43e9739c044e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/skrooge/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/skrooge/skrooge-9999.ebuild X-VCS-Directories: app-office/skrooge/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: def38ee73e4cd930ab8d9ce6e03e43e9739c044e X-VCS-Branch: master Date: Sat, 3 Feb 2018 23:17:54 +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: e83c3636-0cc2-4ad7-8082-f41d06aad0e8 X-Archives-Hash: 11ef57bb5b09ef39dabb4892573d9c23 commit: def38ee73e4cd930ab8d9ce6e03e43e9739c044e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 3 23:17:45 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 3 23:17:45 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=def38ee7 app-office/skrooge: Fix DEPENDs Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-office/skrooge/skrooge-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-office/skrooge/skrooge-9999.ebuild b/app-office/skrooge/skrooge-9999.ebuild index 69e820e632..c302e46e17 100644 --- a/app-office/skrooge/skrooge-9999.ebuild +++ b/app-office/skrooge/skrooge-9999.ebuild @@ -40,6 +40,7 @@ COMMON_DEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtdeclarative 'widgets') $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) $(add_qt_dep qtprintsupport) $(add_qt_dep qtscript) $(add_qt_dep qtsql) @@ -47,7 +48,7 @@ COMMON_DEPEND=" $(add_qt_dep qtwebkit) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - app-crypt/qca:2[qt5] + app-crypt/qca:2[qt5(+)] dev-db/sqlcipher dev-libs/grantlee:5 activities? ( $(add_frameworks_dep kactivities) )