Diff votca-2022 with a votca-2022.1

/usr/portage/sci-chemistry/votca/votca-2022.1.ebuild 2023-10-09 14:52:35.040368490 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5
PYTHON_COMPAT=( python3_{9..10} )
5
PYTHON_COMPAT=( python3_{9..11} )
6 6

  
7 7
inherit bash-completion-r1 cmake python-single-r1
8 8

  
......
16 16
		MY_PV="${PV}"
17 17
	fi
18 18
	SRC_URI="https://github.com/votca/votca/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
19
	KEYWORDS="amd64 ~x86 ~amd64-linux"
19
	KEYWORDS="~amd64 ~x86 ~amd64-linux"
20 20
	S="${WORKDIR}/votca-${MY_PV}"
21 21
fi
22 22

  
Thank you!