Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlitedict/
Date: Tue, 26 Oct 2021 21:55:10
Message-Id: 1635285178.f1ad199252edfd7de9c89df3c334b6913fe01c53.chewi@gentoo
1 commit: f1ad199252edfd7de9c89df3c334b6913fe01c53
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 26 21:52:58 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 26 21:52:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ad1992
7
8 dev-python/sqlitedict: Keyword 1.7.0 for ~arm
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-python/sqlitedict/sqlitedict-1.7.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild b/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild
18 index c73539a86fb..599cb922409 100644
19 --- a/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild
20 +++ b/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
22
23 LICENSE="Apache-2.0"
24 SLOT="0"
25 -KEYWORDS="~amd64"
26 +KEYWORDS="~amd64 ~arm"
27 IUSE="test"
28 RESTRICT="!test? ( test )"