Diff autojump-22.5.3-r1 with a autojump-22.5.3-r2

/usr/portage/app-shells/autojump/autojump-22.5.3-r2.ebuild 2023-10-09 14:52:28.852368334 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..11} )
6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{10..11} )
7 8
DISTUTILS_SINGLE_IMPL=1
8
DISTUTILS_USE_SETUPTOOLS=no
9 9

  
10 10
inherit distutils-r1 vcs-snapshot prefix
11 11

  
......
15 15

  
16 16
LICENSE="GPL-3"
17 17
SLOT="0"
18
KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 x86 ~x64-macos"
18
KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x64-macos"
19 19
IUSE="ipython test"
20 20
REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )"
21 21

  
Thank you!