Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mamba/
Date: Sun, 12 Sep 2021 08:12:57
Message-Id: 1631434356.513e571fb0d9fe760f1f40330b07b19afdbc3767.sam@gentoo
1 commit: 513e571fb0d9fe760f1f40330b07b19afdbc3767
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 08:12:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 08:12:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513e571f
7
8 dev-python/mamba: Stabilize 0.11.2 arm64, #812599
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/mamba/mamba-0.11.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/mamba/mamba-0.11.2.ebuild b/dev-python/mamba/mamba-0.11.2.ebuild
16 index 99e2d4a32d3..890b56f6e00 100644
17 --- a/dev-python/mamba/mamba-0.11.2.ebuild
18 +++ b/dev-python/mamba/mamba-0.11.2.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/nestorsalceda/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm64"
24 +KEYWORDS="amd64 arm64"
25 IUSE="test"
26 RESTRICT="!test? ( test )"