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 3E278138350 for ; Sun, 12 Jan 2020 20:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE481E09A8; Sun, 12 Jan 2020 20:19:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65107E09A8 for ; Sun, 12 Jan 2020 20:19:29 +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 5A76434DFE9 for ; Sun, 12 Jan 2020 20:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9F369F for ; Sun, 12 Jan 2020 20:19:25 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1578860353.ffbcc6e5506327f95f1140b25be3ac978803ed98.prometheanfire@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.3.ebuild X-VCS-Directories: dev-python/zope-exceptions/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: ffbcc6e5506327f95f1140b25be3ac978803ed98 X-VCS-Branch: master Date: Sun, 12 Jan 2020 20:19:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f893e54-6b74-43b6-95c4-e8cd9af23eab X-Archives-Hash: 675418f70911273fd0fa4fcf28f45c6f commit: ffbcc6e5506327f95f1140b25be3ac978803ed98 Author: Matthew Thode gentoo org> AuthorDate: Sun Jan 12 20:12:57 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Jan 12 20:19:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbcc6e5 dev-python/zope-exceptions: add arm/arm64/ppc64 keywords under allarches Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode gentoo.org> dev-python/zope-exceptions/zope-exceptions-4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/zope-exceptions/zope-exceptions-4.3.ebuild b/dev-python/zope-exceptions/zope-exceptions-4.3.ebuild index 59589bf0327..7a4b0e61b6c 100644 --- a/dev-python/zope-exceptions/zope-exceptions-4.3.ebuild +++ b/dev-python/zope-exceptions/zope-exceptions-4.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="ZPL" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}]"