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 0C0BD1396D9 for ; Sat, 14 Oct 2017 15:31:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DF5E2BC026; Sat, 14 Oct 2017 15:31:52 +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 192352BC026 for ; Sat, 14 Oct 2017 15:31:52 +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 04FEE33BE33 for ; Sat, 14 Oct 2017 15:31:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90D23317 for ; Sat, 14 Oct 2017 15:31:49 +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: <1507995081.c109b98a6185585d605cba782de131f8208c1c41.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/systemsettings/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/systemsettings/systemsettings-9999.ebuild X-VCS-Directories: kde-plasma/systemsettings/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c109b98a6185585d605cba782de131f8208c1c41 X-VCS-Branch: master Date: Sat, 14 Oct 2017 15:31:49 +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: c4fb7f05-6231-4fc3-a989-ccdc788e74f4 X-Archives-Hash: 11e23b59aba2884464f1d08f78ff488b commit: c109b98a6185585d605cba782de131f8208c1c41 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 14 15:31:21 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 14 15:31:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c109b98a kde-plasma/systemsettings: Add missing DEPENDs Reported-by: Jimi Huotari gentoo.org> Package-Manager: Portage-2.3.11, Repoman-2.3.3 kde-plasma/systemsettings/systemsettings-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-plasma/systemsettings/systemsettings-9999.ebuild b/kde-plasma/systemsettings/systemsettings-9999.ebuild index 921f88f813..2b07515493 100644 --- a/kde-plasma/systemsettings/systemsettings-9999.ebuild +++ b/kde-plasma/systemsettings/systemsettings-9999.ebuild @@ -11,6 +11,8 @@ KEYWORDS="" IUSE="classic gtk" DEPEND=" + $(add_frameworks_dep kactivities) + $(add_frameworks_dep kactivities-stats) $(add_frameworks_dep kauth) $(add_frameworks_dep kcmutils) $(add_frameworks_dep kcompletion)