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 314B258973 for ; Sun, 17 Jan 2016 16:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 355B221C011; Sun, 17 Jan 2016 16:21:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C95FC21C011 for ; Sun, 17 Jan 2016 16:21:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1C89340813 for ; Sun, 17 Jan 2016 16:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10C11E5F for ; Sun, 17 Jan 2016 16:21:34 +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: <1453047490.9ac87b2caa11ffa00619bed0da76f420abdd540c.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kauth/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kauth/kauth-9999.ebuild X-VCS-Directories: kde-frameworks/kauth/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9ac87b2caa11ffa00619bed0da76f420abdd540c X-VCS-Branch: master Date: Sun, 17 Jan 2016 16:21:34 +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: c4509853-026e-4f64-b5e9-9ae34dca7cdc X-Archives-Hash: 1d6e4521c4f898805b28e37bdd6cbcfa commit: 9ac87b2caa11ffa00619bed0da76f420abdd540c Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Jan 17 16:18:10 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jan 17 16:18:10 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ac87b2c kde-frameworks/kauth: Fix dependency Package-Manager: portage-2.2.26 kde-frameworks/kauth/kauth-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kauth/kauth-9999.ebuild b/kde-frameworks/kauth/kauth-9999.ebuild index a5cc616..187985c 100644 --- a/kde-frameworks/kauth/kauth-9999.ebuild +++ b/kde-frameworks/kauth/kauth-9999.ebuild @@ -17,7 +17,7 @@ RDEPEND=" dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 - policykit? ( $(add_frameworks_dep polkit-qt) sys-auth/polkit-qt[qt5] ) + policykit? ( || ( $(add_frameworks_dep polkit-qt) sys-auth/polkit-qt[qt5] ) ) " DEPEND="${RDEPEND} nls? ( dev-qt/linguist-tools:5 )