Diff stlink-1.7.0 with a stlink-9999

/usr/portage/dev-embedded/stlink/stlink-9999.ebuild 2023-10-09 14:52:29.352368347 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
24 24
DEPEND="${RDEPEND}"
25 25
BDEPEND="virtual/pkgconfig"
26 26

  
27
PATCHES=(
28
	"${FILESDIR}"/${PN}-1.7.0-no-werror.patch
29
)
30

  
31 27
src_configure() {
32 28
	local mycmakeargs=(
33 29
		-DSTLINK_UDEV_RULES_DIR="$(get_udevdir)"/rules.d
Thank you!