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 5E534138334 for ; Mon, 11 Mar 2019 21:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A66BDE0B15; Mon, 11 Mar 2019 21:03:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7A004E0B0F for ; Mon, 11 Mar 2019 21:03:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 444A2335D07 for ; Mon, 11 Mar 2019 21:03:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EF26576 for ; Mon, 11 Mar 2019 21:03:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1552338173.4139d199d3c4f92529a3eecba9a2b254f98bea49.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyenchant/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyenchant/pyenchant-2.0.0.ebuild X-VCS-Directories: dev-python/pyenchant/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4139d199d3c4f92529a3eecba9a2b254f98bea49 X-VCS-Branch: master Date: Mon, 11 Mar 2019 21:03:07 +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: cba56445-1404-4c04-9a15-d2bf1c8863d9 X-Archives-Hash: e0aae14e25bddeba3da9a0f117617432 commit: 4139d199d3c4f92529a3eecba9a2b254f98bea49 Author: Roy Bamford gentoo org> AuthorDate: Mon Mar 11 19:57:32 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 11 21:02:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4139d199 dev-python/pyenchant: added ~arm64 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Roy Bamford gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/pyenchant/pyenchant-2.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyenchant/pyenchant-2.0.0.ebuild b/dev-python/pyenchant/pyenchant-2.0.0.ebuild index 0ae7b34a1c0..1243eaad73f 100644 --- a/dev-python/pyenchant/pyenchant-2.0.0.ebuild +++ b/dev-python/pyenchant/pyenchant-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND="app-text/enchant"