From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EC7A959CB2 for ; Fri, 15 Apr 2016 16:51:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC12AE0875; Fri, 15 Apr 2016 16:51:34 +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 5007CE0875 for ; Fri, 15 Apr 2016 16:51:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CEC6533FEDE for ; Fri, 15 Apr 2016 16:51:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 823B7188 for ; Fri, 15 Apr 2016 16:51:29 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1460739062.470a6dac5cc588ac5ff9e3038ef8ab1cb7b69a87.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kauth/kauth-5.21.0.ebuild X-VCS-Directories: kde-frameworks/kauth/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 470a6dac5cc588ac5ff9e3038ef8ab1cb7b69a87 X-VCS-Branch: master Date: Fri, 15 Apr 2016 16:51:29 +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: 4dcffade-cf05-4c67-8b73-8d21f0df90ec X-Archives-Hash: 9a44bcb256a31e3b175c7b92f6dc0f01 commit: 470a6dac5cc588ac5ff9e3038ef8ab1cb7b69a87 Author: Johannes Huber gentoo org> AuthorDate: Fri Apr 15 16:51:02 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Apr 15 16:51:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470a6dac kde-frameworks/kauth: Fix dependencies Package-Manager: portage-2.2.28 kde-frameworks/kauth/kauth-5.21.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kauth/kauth-5.21.0.ebuild b/kde-frameworks/kauth/kauth-5.21.0.ebuild index 4450160..4cf4699 100644 --- a/kde-frameworks/kauth/kauth-5.21.0.ebuild +++ b/kde-frameworks/kauth/kauth-5.21.0.ebuild @@ -17,7 +17,7 @@ RDEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) - policykit? ( || ( $(add_frameworks_dep polkit-qt) sys-auth/polkit-qt[qt5] ) ) + policykit? ( sys-auth/polkit-qt[qt5] ) " DEPEND="${RDEPEND} nls? ( $(add_qt_dep linguist-tools) )