Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hatchling/
Date: Sat, 09 Apr 2022 19:24:18
Message-Id: 1649532214.310536b1db12585253179104afdcf26e080cc031.arthurzam@gentoo
1 commit: 310536b1db12585253179104afdcf26e080cc031
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 19:23:34 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 19:23:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310536b1
7
8 dev-python/hatchling: Keyword 0.22.0 arm64, #837074
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/hatchling/hatchling-0.22.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/hatchling/hatchling-0.22.0.ebuild b/dev-python/hatchling/hatchling-0.22.0.ebuild
16 index 00d5acbebb1f..01e977ef9b11 100644
17 --- a/dev-python/hatchling/hatchling-0.22.0.ebuild
18 +++ b/dev-python/hatchling/hatchling-0.22.0.ebuild
19 @@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}/backend
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~hppa ~ia64 ~riscv ~s390 ~sparc"
24 +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~riscv ~s390 ~sparc"
25
26 RDEPEND="
27 >=dev-python/editables-0.2[${PYTHON_USEDEP}]