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 3564D158086 for ; Tue, 26 Oct 2021 21:55:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A720E07EF; Tue, 26 Oct 2021 21:55:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29E9EE07EF for ; Tue, 26 Oct 2021 21:55:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7920A340952 for ; Tue, 26 Oct 2021 21:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 041BD8F for ; Tue, 26 Oct 2021 21:55:05 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1635285178.f1ad199252edfd7de9c89df3c334b6913fe01c53.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlitedict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sqlitedict/sqlitedict-1.7.0.ebuild X-VCS-Directories: dev-python/sqlitedict/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: f1ad199252edfd7de9c89df3c334b6913fe01c53 X-VCS-Branch: master Date: Tue, 26 Oct 2021 21:55:05 +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: da0d8cfb-474e-4aa2-a68a-09f72d0f4161 X-Archives-Hash: 6f606e6b7692a53c1ba0e593f4baaa64 commit: f1ad199252edfd7de9c89df3c334b6913fe01c53 Author: James Le Cuirot gentoo org> AuthorDate: Tue Oct 26 21:52:58 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Oct 26 21:52:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ad1992 dev-python/sqlitedict: Keyword 1.7.0 for ~arm The tests pass. Signed-off-by: James Le Cuirot gentoo.org> dev-python/sqlitedict/sqlitedict-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild b/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild index c73539a86fb..599cb922409 100644 --- a/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild +++ b/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" IUSE="test" RESTRICT="!test? ( test )"