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 D15DF138351 for ; Tue, 28 Apr 2020 20:13:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17131E0895; Tue, 28 Apr 2020 20:13:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DD18CE0895 for ; Tue, 28 Apr 2020 20:13:50 +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 CCB0634EE84 for ; Tue, 28 Apr 2020 20:13:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C92961F2 for ; Tue, 28 Apr 2020 20:13:47 +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: <1588104639.ac6d88b277486f8a3063be4f2d6f1e5eef804998.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tox/tox-3.14.6.ebuild X-VCS-Directories: dev-python/tox/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ac6d88b277486f8a3063be4f2d6f1e5eef804998 X-VCS-Branch: master Date: Tue, 28 Apr 2020 20:13:47 +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: f5d0c3a1-3862-4bb4-b9df-1c7c2cff8d81 X-Archives-Hash: 5a1e0682c837f5d1f90d2a99ef863953 commit: ac6d88b277486f8a3063be4f2d6f1e5eef804998 Author: Sam James (sam_c) cmpct info> AuthorDate: Tue Apr 28 19:34:56 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Apr 28 20:10:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6d88b2 dev-python/tox: arm64 keyworded latest (bug #685868) Commit 1fba7d6c04 went up to 3.14.5, not 3.14.6. Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Mart Raudsepp gentoo.org> dev-python/tox/tox-3.14.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tox/tox-3.14.6.ebuild b/dev-python/tox/tox-3.14.6.ebuild index edff8cd05da..17f2cb7f0ce 100644 --- a/dev-python/tox/tox-3.14.6.ebuild +++ b/dev-python/tox/tox-3.14.6.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" # doc disabled because of missing deps in tree IUSE="test"