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 37006138776 for ; Sat, 22 Oct 2016 09:58:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EB8FE0839; Sat, 22 Oct 2016 09:58:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 531FEE0839 for ; Sat, 22 Oct 2016 09:58:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 640BD341688 for ; Sat, 22 Oct 2016 09:58:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90B6A33D for ; Sat, 22 Oct 2016 09:58:30 +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: <1477130096.3f632c2b1a91aece624ad6f8db29a0faacd2364a.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/user-manager/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/user-manager/user-manager-9999.ebuild X-VCS-Directories: kde-plasma/user-manager/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3f632c2b1a91aece624ad6f8db29a0faacd2364a X-VCS-Branch: master Date: Sat, 22 Oct 2016 09:58:30 +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: 8a00c2e5-41b8-499c-b890-2e3664cedee0 X-Archives-Hash: b08c9f5987152ca001732cded965ba38 commit: 3f632c2b1a91aece624ad6f8db29a0faacd2364a Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Oct 22 09:54:56 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Oct 22 09:54:56 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3f632c2b kde-plasma/user-manager: Fix DEPENDs Upstream commit 4aafaf4e5fea538978f088709ced441a9cd3671e Package-Manager: portage-2.3.0 kde-plasma/user-manager/user-manager-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-plasma/user-manager/user-manager-9999.ebuild b/kde-plasma/user-manager/user-manager-9999.ebuild index 31efa07..15feefa 100644 --- a/kde-plasma/user-manager/user-manager-9999.ebuild +++ b/kde-plasma/user-manager/user-manager-9999.ebuild @@ -11,9 +11,10 @@ KEYWORDS="" IUSE="" DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio)