Diff libsmbios-2.4.3 with a libsmbios-2.4.3-r1

/usr/portage/sys-libs/libsmbios/libsmbios-2.4.3-r1.ebuild 2023-10-09 14:52:35.556368503 +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..11} )
5
PYTHON_COMPAT=( python3_{10..12} )
6 6

  
7 7
inherit autotools flag-o-matic python-single-r1
8 8

  
......
12 12

  
13 13
LICENSE="|| ( GPL-2+ OSL-2.1 ) BSD Boost-1.0"
14 14
SLOT="0"
15
KEYWORDS="-* amd64 ~ia64 x86"
15
KEYWORDS="-* ~amd64 ~ia64 ~x86"
16 16
IUSE="doc graphviz nls +python static-libs test"
17 17
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
18 18
	test? ( ${PYTHON_REQUIRED_USE} )"
......
37 37
	"${FILESDIR}/${PN}-2.2.28-cppunit-tests.patch"
38 38
	"${FILESDIR}/${PN}-2.4.3-avoid_bashisms.patch" #715202
39 39
	"${FILESDIR}/${PN}-2.4.3-insecure_rpaths.patch"
40
	"${FILESDIR}"/${PN}-2.4.3-python-deprecations.patch
40 41
)
41 42

  
42 43
pkg_setup() {
Thank you!