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-java/jython/
Date: Sun, 02 Jan 2022 00:04:28
Message-Id: 1641081761.3dff3cb6e6b058a3e26117a75e12ac3051d03e6f.sam@gentoo
1 commit: 3dff3cb6e6b058a3e26117a75e12ac3051d03e6f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 00:02:41 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 00:02:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dff3cb6
7
8 dev-java/jython: Stabilize 2.7.0-r4 x86, #822933
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-java/jython/jython-2.7.0-r4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/jython/jython-2.7.0-r4.ebuild b/dev-java/jython/jython-2.7.0-r4.ebuild
16 index 45f520a8644b..cd2ac4294edb 100644
17 --- a/dev-java/jython/jython-2.7.0-r4.ebuild
18 +++ b/dev-java/jython/jython-2.7.0-r4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -16,7 +16,7 @@ SRC_URI="https://search.maven.org/remotecontent?filepath=org/python/${PN}/${MY_P
26
27 LICENSE="PSF-2"
28 SLOT="2.7"
29 -KEYWORDS="~amd64 arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="~amd64 arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
31 IUSE="examples test"
32
33 CP_DEPEND="dev-java/antlr:3