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 51CF7138359 for ; Wed, 4 Nov 2020 05:32:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47343E094A; Wed, 4 Nov 2020 05:32:48 +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 3328EE0949 for ; Wed, 4 Nov 2020 05:32:48 +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 3D96B340D69 for ; Wed, 4 Nov 2020 05:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AD4243D for ; Wed, 4 Nov 2020 05:32:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1604467740.f96fc2c6c782c37687f85283bfa5ee52723cffd1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/expects/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/expects/expects-0.9.0.ebuild X-VCS-Directories: dev-python/expects/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f96fc2c6c782c37687f85283bfa5ee52723cffd1 X-VCS-Branch: master Date: Wed, 4 Nov 2020 05:32:44 +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: 807ca0b0-6ae1-437e-bfc4-c82f8ac5829b X-Archives-Hash: 9c65db5864b0dbcb33794c89b4550116 commit: f96fc2c6c782c37687f85283bfa5ee52723cffd1 Author: Sam James gentoo org> AuthorDate: Wed Nov 4 05:29:00 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 4 05:29:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96fc2c6 dev-python/expects: Stabilize 0.9.0 arm64, #749774 Signed-off-by: Sam James gentoo.org> dev-python/expects/expects-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/expects/expects-0.9.0.ebuild b/dev-python/expects/expects-0.9.0.ebuild index 2b1b879d748..647c749ccd7 100644 --- a/dev-python/expects/expects-0.9.0.ebuild +++ b/dev-python/expects/expects-0.9.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64" +KEYWORDS="amd64 arm64" IUSE="test" RESTRICT="!test? ( test )"