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 AE92C138334 for ; Tue, 14 Aug 2018 06:41:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7F01E08A2; Tue, 14 Aug 2018 06:41:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9E0A7E08A2 for ; Tue, 14 Aug 2018 06:41:43 +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 AC678335C58 for ; Tue, 14 Aug 2018 06:41:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADAD6386 for ; Tue, 14 Aug 2018 06:41:39 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1534228671.2a56ec891e4b71ef8930a5f2bed6ffbc907a6ed9.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fields/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fields/fields-5.0.0.ebuild X-VCS-Directories: dev-python/fields/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 2a56ec891e4b71ef8930a5f2bed6ffbc907a6ed9 X-VCS-Branch: master Date: Tue, 14 Aug 2018 06:41:39 +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: c24464e4-94b9-408f-b4ed-bfefe609ad9e X-Archives-Hash: 3d959529376e6b29219d32ec850473d1 commit: 2a56ec891e4b71ef8930a5f2bed6ffbc907a6ed9 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Aug 14 06:34:21 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Aug 14 06:37:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a56ec89 dev-python/fields: add ~arm64 keyword (bug #643214) Package-Manager: Portage-2.3.46, Repoman-2.3.10 dev-python/fields/fields-5.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fields/fields-5.0.0.ebuild b/dev-python/fields/fields-5.0.0.ebuild index e5292438e93..90c78860f4b 100644 --- a/dev-python/fields/fields-5.0.0.ebuild +++ b/dev-python/fields/fields-5.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" IUSE="test" DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}]