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 A7A82138CCE for ; Thu, 7 May 2015 18:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1030BE084F; Thu, 7 May 2015 18:06:11 +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 AE6B3E084F for ; Thu, 7 May 2015 18:06:10 +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 879B6340E70 for ; Thu, 7 May 2015 18:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9DFE6EB for ; Thu, 7 May 2015 18:06:00 +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: <1431021936.273985f317c73b52c22f8318335037aeaa45e1c3.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/polkit-kde-agent/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/polkit-kde-agent/polkit-kde-agent-5.3.0.ebuild kde-plasma/polkit-kde-agent/polkit-kde-agent-5.3.49.9999.ebuild kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild X-VCS-Directories: kde-plasma/polkit-kde-agent/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 273985f317c73b52c22f8318335037aeaa45e1c3 X-VCS-Branch: master Date: Thu, 7 May 2015 18:06:00 +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: 32a5bf06-c3b3-4c2e-a1d0-a33286aa7e92 X-Archives-Hash: 7fef5e8c11570b4213546acab7123e92 commit: 273985f317c73b52c22f8318335037aeaa45e1c3 Author: Michael Palimaka gentoo org> AuthorDate: Thu May 7 18:05:36 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu May 7 18:05:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=273985f3 [kde-plasma/polkit-kde-agent] Introduce blocker to avoid file collisions wrt bug #545996. Package-Manager: portage-2.2.18 kde-plasma/polkit-kde-agent/polkit-kde-agent-5.3.0.ebuild | 1 + kde-plasma/polkit-kde-agent/polkit-kde-agent-5.3.49.9999.ebuild | 1 + kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.3.0.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.3.0.ebuild index 12efbfd..0c13b24 100644 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.3.0.ebuild +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.3.0.ebuild @@ -27,5 +27,6 @@ DEPEND=" >=sys-auth/polkit-qt-0.112.0[qt5] " RDEPEND="${DEPEND} + !sys-auth/polkit-kde-agent:4[-minimal(-)] !sys-auth/polkit-kde-agent:5 " diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.3.49.9999.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.3.49.9999.ebuild index b43c30d..433507e 100644 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.3.49.9999.ebuild +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.3.49.9999.ebuild @@ -27,5 +27,6 @@ DEPEND=" >=sys-auth/polkit-qt-0.112.0[qt5] " RDEPEND="${DEPEND} + !sys-auth/polkit-kde-agent:4[-minimal(-)] !sys-auth/polkit-kde-agent:5 " diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild index b43c30d..433507e 100644 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild @@ -27,5 +27,6 @@ DEPEND=" >=sys-auth/polkit-qt-0.112.0[qt5] " RDEPEND="${DEPEND} + !sys-auth/polkit-kde-agent:4[-minimal(-)] !sys-auth/polkit-kde-agent:5 "