Diff refind-0.13.3.1 with a refind-0.14.0.2

/usr/portage/sys-boot/refind/refind-0.14.0.2.ebuild 2023-10-09 14:52:35.448368500 +0300
48 48
	# bug 598647 - PIE not supported
49 49
	sed -e '/^CFLAGS/s/$/ -fno-PIE/' -i Make.common || die
50 50
	sed -e '1 i\.NOTPARALLEL:' -i filesystems/Makefile || die
51

  
52
	cp "${FILESDIR}"/refind-sbat-gentoo-${PV}.csv refind-sbat-gentoo.csv || die
51 53
}
52 54

  
53 55
src_compile() {
......
75 77
		EFICRT0="/usr/$(get_libdir)"
76 78
		FILESYSTEMS="${fs_names[*]}"
77 79
		FILESYSTEMS_GNUEFI="${fs_names[*]}"
80
		REFIND_SBAT_CSV=refind-sbat-gentoo.csv
78 81
	)
79 82
	if use custom-cflags; then
80 83
		make_flags=(CFLAGS="${CFLAGS} -fno-tree-loop-distribute-patterns" "${make_flags[@]}")
Thank you!