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: Mon, 16 May 2022 20:00:23
Message-Id: 1652731209.fcc1f25b5816c8e6513586912879928d077ce0e0.arthurzam@gentoo
1 commit: fcc1f25b5816c8e6513586912879928d077ce0e0
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 20:00:09 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 20:00:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc1f25b
7
8 dev-python/hatchling: Stabilize 0.24.0 arm64, #844823
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/hatchling/hatchling-0.24.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/hatchling/hatchling-0.24.0.ebuild b/dev-python/hatchling/hatchling-0.24.0.ebuild
16 index 911ab24dd4d5..22001cbd3ef7 100644
17 --- a/dev-python/hatchling/hatchling-0.24.0.ebuild
18 +++ b/dev-python/hatchling/hatchling-0.24.0.ebuild
19 @@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}/backend
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
24 +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
25
26 RDEPEND="
27 >=dev-python/editables-0.2[${PYTHON_USEDEP}]