Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-exe/
Date: Sun, 29 Aug 2021 22:22:43
Message-Id: 1630275755.2f9e4119b60d475f1a6dc705d9f356c17a496dcb.mgorny@gentoo
1 commit: 2f9e4119b60d475f1a6dc705d9f356c17a496dcb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 29 22:20:47 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 29 22:22:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9e4119
7
8 dev-python/pypy3-exe: Add keywords to 7.3.5
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypy3-exe/pypy3-exe-7.3.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.5.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.5.ebuild
16 index 70dd2bacbc8..887eb29400b 100644
17 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.5.ebuild
18 +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.5.ebuild
19 @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}-src"
20
21 LICENSE="MIT"
22 SLOT="${PYPY_PV}"
23 -KEYWORDS=""
24 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
25 IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2"
26
27 RDEPEND=">=sys-libs/zlib-1.1.3:0=