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 53A0D138334 for ; Sat, 30 Nov 2019 14:42:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F04CE0870; Sat, 30 Nov 2019 14:42:46 +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 4898BE0870 for ; Sat, 30 Nov 2019 14:42:46 +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 A0F5934D600 for ; Sat, 30 Nov 2019 14:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2804385C for ; Sat, 30 Nov 2019 14:42:40 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1575124905.4611fbd5894c1f1edf5d48a29cc932ad21075b24.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unittest-mixins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/unittest-mixins/unittest-mixins-1.6.ebuild X-VCS-Directories: dev-python/unittest-mixins/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 4611fbd5894c1f1edf5d48a29cc932ad21075b24 X-VCS-Branch: master Date: Sat, 30 Nov 2019 14:42:40 +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: 932f22d5-afdf-4f85-ac36-547ecc05b7da X-Archives-Hash: e5c7988ea177d8d361471ffa5c91e61c commit: 4611fbd5894c1f1edf5d48a29cc932ad21075b24 Author: Aaron Bauman gentoo org> AuthorDate: Sat Nov 30 14:41:45 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Nov 30 14:41:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4611fbd5 dev-python/unittest-mixins: arm64 keyworded (bug #700194) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19 dev-python/unittest-mixins/unittest-mixins-1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild b/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild index 5345e0210b1..694ebe50987 100644 --- a/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild +++ b/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/nedbat/unittest-mixins/archive/v${PV}.tar.gz -> ${P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~sparc" +KEYWORDS="~amd64 ~arm ~arm64 ~sparc" RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"