Diff openipmi-2.0.33 with a openipmi-2.0.36

/usr/portage/sys-libs/openipmi/openipmi-2.0.36.ebuild 2025-07-29 16:22:17.940470256 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{10..11} )
6
PYTHON_COMPAT=( python3_{10..13} )
7

  
7 8
inherit autotools python-single-r1
8 9

  
9 10
MY_PN="OpenIPMI"
Thank you!