Diff mstflint-4.20.0_p1 with a mstflint-4.23.0_p1

/usr/portage/sys-fabric/mstflint/mstflint-4.23.0_p1.ebuild 2023-10-09 14:52:35.492368501 +0300
1
# Copyright 1999-2022 Gentoo Authors
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 6
inherit autotools
7 7

  
......
9 9
HOMEPAGE="https://github.com/Mellanox/mstflint"
10 10
LICENSE="|| ( GPL-2 BSD-2 )"
11 11
KEYWORDS="~amd64 ~x86"
12
EGIT_COMMIT="d23c7b44193a6697a49211d2232dfe094a0e6530"
12
EGIT_COMMIT="acfaf553f2f571b1f9256b6cd558eafa767d9172"
13 13
MY_PV=${PV/_p/-}
14 14
MY_P=""
15 15
SRC_URI="https://github.com/Mellanox/mstflint/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
......
25 25
	ssl? ( dev-libs/openssl:= )"
26 26
DEPEND="${RDEPEND}"
27 27
S="${WORKDIR}/${PN}-${MY_PV}"
28
PATCHES=("${FILESDIR}"/mstflint-4.23.0_p1-C99-compat.patch)
28 29

  
29 30
src_prepare() {
30 31
	default
32
	sed -e 's: \*.o: .libs/*.o:' -e 's: tools_dev_types.o: .libs/tools_dev_types.o:' \
33
		-i cmdif/Makefile.am dev_mgt/Makefile.am reg_access/Makefile.am || die
31 34
	echo '#define TOOLS_GIT_SHA "'${EGIT_COMMIT}'"' > ./common/gitversion.h || die
32 35
}
33 36

  
Thank you!