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 61950139696 for ; Tue, 9 May 2017 18:43:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 528EB21C08D; Tue, 9 May 2017 18:43:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 30C7921C08B for ; Tue, 9 May 2017 18:43:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D228A341683 for ; Tue, 9 May 2017 18:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 360967434 for ; Tue, 9 May 2017 18:43:24 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1494355392.5a4691dab6ba9536491f877c0f8e08a873db803f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/namespace-zope/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/namespace-zope/namespace-zope-1.ebuild X-VCS-Directories: dev-python/namespace-zope/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5a4691dab6ba9536491f877c0f8e08a873db803f X-VCS-Branch: master Date: Tue, 9 May 2017 18:43:24 +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: 93225482-a6c4-43cb-a74f-e36e2bb74ff1 X-Archives-Hash: 174c58e0074bb30954ed09c10462344d commit: 5a4691dab6ba9536491f877c0f8e08a873db803f Author: Michał Górny gentoo org> AuthorDate: Tue May 9 18:18:19 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 9 18:43:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4691da dev-python/namespace-zope: Fix whitespace dev-python/namespace-zope/namespace-zope-1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/namespace-zope/namespace-zope-1.ebuild b/dev-python/namespace-zope/namespace-zope-1.ebuild index c56c155ca61..f1d6875508b 100644 --- a/dev-python/namespace-zope/namespace-zope-1.ebuild +++ b/dev-python/namespace-zope/namespace-zope-1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) inherit python-r1 DESCRIPTION="Namespace package declaration for zope"