Diff ipxe-1.21.1_p20230601 with a ipxe-1.21.1_p20230601-r1

/usr/portage/sys-firmware/ipxe/ipxe-1.21.1_p20230601-r1.ebuild 2025-02-03 17:39:35.938678022 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
69 69
ipxemake() {
70 70
	# Q='' makes the build verbose since that's what everyone loves now
71 71
	emake Q='' \
72
		VERSION="${PV}" \
72 73
		CC="$(tc-getCC)" \
73 74
		LD="$(tc-getLD)" \
74 75
		AS="$(tc-getAS)" \
Thank you!