Diff mbpfan-2.3.0-r1 with a mbpfan-9999

/usr/portage/app-laptop/mbpfan/mbpfan-9999.ebuild 2023-10-09 14:52:28.772368332 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
22 22

  
23 23
CONFIG_CHECK="~SENSORS_APPLESMC ~SENSORS_CORETEMP"
24 24

  
25
PATCHES=(
26
	"${FILESDIR}"/${PN}-2.3.0-clang16-build-fix.patch
27
)
28

  
29 25
src_compile() {
30 26
	emake CC="$(tc-getCC)"
31 27
}
Thank you!