From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1388562-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id C36EF15808D
	for <garchives@archives.gentoo.org>; Fri, 22 Apr 2022 15:36:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0FFC5E08A2;
	Fri, 22 Apr 2022 15:36:06 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 67BC3E03EC
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Apr 2022 15:36:05 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 53CC1341884
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Apr 2022 15:36:02 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 743103C3
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Apr 2022 15:35:59 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1650641666.a7c2d6b8efb4a406770c3169e085e649cc6e0242.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-exceptions/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/zope-exceptions/zope-exceptions-4.5-r1.ebuild dev-python/zope-exceptions/zope-exceptions-4.5.ebuild
X-VCS-Directories: dev-python/zope-exceptions/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: a7c2d6b8efb4a406770c3169e085e649cc6e0242
X-VCS-Branch: master
Date: Fri, 22 Apr 2022 15:35:59 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a53e76c6-95a3-49c8-b300-b1014e8e4d18
X-Archives-Hash: 205c30524da9a07150c94c38b03ad23e

commit:     a7c2d6b8efb4a406770c3169e085e649cc6e0242
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 15:34:26 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 15:34:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c2d6b8

dev-python/zope-exceptions: Add a blocker on namespace-zope

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{zope-exceptions-4.5.ebuild => zope-exceptions-4.5-r1.ebuild}        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/zope-exceptions/zope-exceptions-4.5.ebuild b/dev-python/zope-exceptions/zope-exceptions-4.5-r1.ebuild
similarity index 97%
rename from dev-python/zope-exceptions/zope-exceptions-4.5.ebuild
rename to dev-python/zope-exceptions/zope-exceptions-4.5-r1.ebuild
index 912c26d00ee7..89ee54d44763 100644
--- a/dev-python/zope-exceptions/zope-exceptions-4.5.ebuild
+++ b/dev-python/zope-exceptions/zope-exceptions-4.5-r1.ebuild
@@ -23,6 +23,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
 	dev-python/zope-interface[${PYTHON_USEDEP}]
+	!dev-python/namespace-zope
 "
 
 distutils_enable_tests unittest