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/pythran/
Date: Thu, 20 Jan 2022 10:09:33
Message-Id: 1642673360.7c0d16ad86052d25ec463a0b3114696d3f69105b.arthurzam@gentoo
1 commit: 7c0d16ad86052d25ec463a0b3114696d3f69105b
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 10:09:15 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 10:09:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0d16ad
7
8 dev-python/pythran: Stabilize 0.11.0 arm, #831543
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pythran/pythran-0.11.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pythran/pythran-0.11.0.ebuild b/dev-python/pythran/pythran-0.11.0.ebuild
16 index 9d00fe74afd8..51146cbc7d3f 100644
17 --- a/dev-python/pythran/pythran-0.11.0.ebuild
18 +++ b/dev-python/pythran/pythran-0.11.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2021 Gentoo Authors
21 +# Copyright 2021-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
30 +KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
31
32 RDEPEND="
33 =dev-python/beniget-0.4*[${PYTHON_USEDEP}]