Diff libsearpc-3.2.0_p1 with a libsearpc-3.3.0-r1

/usr/portage/net-libs/libsearpc/libsearpc-3.3.0-r1.ebuild 2023-10-09 14:52:34.492368476 +0300
3 3

  
4 4
EAPI=8
5 5

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

  
8 8
# Upstream is moving tags repeatedly, then we use commit hash.
9
RELEASE_COMMIT="54145b03f4240222e336a9a2f402e93facefde65" #tag v3.2_latest
9
RELEASE_COMMIT="15f6f0b9f451b9ecf99dedab72e9242e54e124eb" #tag v3.3-latest
10 10

  
11 11
inherit autotools python-single-r1
12 12

  
......
16 16

  
17 17
LICENSE="Apache-2.0"
18 18
SLOT="0"
19
KEYWORDS="~amd64 ~x86"
19
KEYWORDS="amd64 ~x86"
20 20
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
21 21

  
22 22
DEPEND="${PYTHON_DEPS}
......
29 29

  
30 30
S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
31 31

  
32
PATCHES=(
33
	"${FILESDIR}"/${P}-clang16.patch #870544
34
)
35

  
32 36
src_prepare() {
33 37
	default
34 38
	sed -i -e "s/(DESTDIR)//" ${PN}.pc.in || die
Thank you!