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 2150B138335 for ; Tue, 16 Oct 2018 10:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C910CE090A; Tue, 16 Oct 2018 10:00:54 +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 9F29BE090A for ; Tue, 16 Oct 2018 10:00:54 +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 7B69A335C5B for ; Tue, 16 Oct 2018 10:00:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9D553F6 for ; Tue, 16 Oct 2018 10:00:50 +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: <1539684003.be7f1d90103309dcbb5d562dfbcf4807ada8d7d6.asturm@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-5.14.49.9999.ebuild kde-plasma/user-manager/user-manager-9999.ebuild X-VCS-Directories: kde-plasma/user-manager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: be7f1d90103309dcbb5d562dfbcf4807ada8d7d6 X-VCS-Branch: master Date: Tue, 16 Oct 2018 10:00:50 +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: 8a503001-e853-4359-a3a9-7c898b7d4824 X-Archives-Hash: 86b873b66133cd7d8aa5abb7a86f7351 commit: be7f1d90103309dcbb5d562dfbcf4807ada8d7d6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 16 09:56:35 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 16 10:00:03 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=be7f1d90 kde-plasma/user-manager: Add missing RDEPEND Required by usage of org.freedesktop.Accounts Thanks-to: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-plasma/user-manager/user-manager-5.14.49.9999.ebuild | 4 +++- kde-plasma/user-manager/user-manager-9999.ebuild | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/kde-plasma/user-manager/user-manager-5.14.49.9999.ebuild b/kde-plasma/user-manager/user-manager-5.14.49.9999.ebuild index db1278eaaf..6c406a78c4 100644 --- a/kde-plasma/user-manager/user-manager-5.14.49.9999.ebuild +++ b/kde-plasma/user-manager/user-manager-5.14.49.9999.ebuild @@ -24,4 +24,6 @@ DEPEND=" $(add_qt_dep qtwidgets) >=dev-libs/libpwquality-1.3.0 " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + sys-apps/accountsservice +" diff --git a/kde-plasma/user-manager/user-manager-9999.ebuild b/kde-plasma/user-manager/user-manager-9999.ebuild index 5c422ff4e7..6c406a78c4 100644 --- a/kde-plasma/user-manager/user-manager-9999.ebuild +++ b/kde-plasma/user-manager/user-manager-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,4 +24,6 @@ DEPEND=" $(add_qt_dep qtwidgets) >=dev-libs/libpwquality-1.3.0 " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + sys-apps/accountsservice +"