Diff snack-2.2.10-r11 with a snack-2.2.10-r12

/usr/portage/dev-tcltk/snack/snack-2.2.10-r12.ebuild 2023-10-09 14:52:30.904368386 +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,10} )
6
PYTHON_COMPAT=( python3_{9..11} )
7 7
DISTUTILS_USE_PEP517=setuptools
8 8
DISTUTILS_OPTIONAL=yes
9 9

  
......
14 14
SRC_URI="http://www.speech.kth.se/snack/dist/${PN}${PV}.tar.gz"
15 15

  
16 16
LICENSE="GPL-2"
17
KEYWORDS="amd64 ~hppa ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
17
KEYWORDS="amd64 ~arm64 ~hppa ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
18 18
SLOT="0"
19 19
IUSE="alsa examples python vorbis"
20 20
RESTRICT="!test? ( test )"
Thank you!