Diff efibootmgr-17-r1 with a efibootmgr-18-r1

/usr/portage/sys-boot/efibootmgr/efibootmgr-18-r1.ebuild 2023-10-09 14:52:35.444368500 +0300
1 1
# Copyright 1999-2022 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 toolchain-funcs
7 7

  
......
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ~riscv x86"
14
KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~riscv x86"
15 15

  
16 16
RDEPEND="
17 17
	dev-libs/popt
......
21 21
DEPEND="${RDEPEND}"
22 22
BDEPEND="virtual/pkgconfig"
23 23

  
24
PATCHES=(
25
	"${FILESDIR}/${P}-fix-efivar-37-conflict.patch"
26
	"${FILESDIR}/${P}-clang.patch"
27
)
28

  
29 24
src_prepare() {
30 25
	default
31 26
	sed -i 's/-Werror //' Make.defaults || die
Thank you!