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/pypy-exe/
Date: Sun, 29 Aug 2021 22:22:42
Message-Id: 1630275753.14d999c737e063e275b1ae4e8d1a85cca0a65b8e.mgorny@gentoo
1 commit: 14d999c737e063e275b1ae4e8d1a85cca0a65b8e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 29 22:19:51 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 29 22:22:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d999c7
7
8 dev-python/pypy-exe: Add keywords to 7.3.5
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypy-exe/pypy-exe-7.3.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pypy-exe/pypy-exe-7.3.5.ebuild b/dev-python/pypy-exe/pypy-exe-7.3.5.ebuild
16 index 8678327f131..51c5d0651a4 100644
17 --- a/dev-python/pypy-exe/pypy-exe-7.3.5.ebuild
18 +++ b/dev-python/pypy-exe/pypy-exe-7.3.5.ebuild
19 @@ -18,7 +18,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=