Diff acpid-2.0.34 with a acpid-2.0.34-r1

/usr/portage/sys-power/acpid/acpid-2.0.34-r1.ebuild 2023-10-09 14:52:35.564368503 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
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
IUSE="selinux"
16 16

  
17 17
RDEPEND="selinux? ( sec-policy/selinux-apm )"
18 18
DEPEND=">=sys-kernel/linux-headers-3"
19 19

  
20
PATCHES=(
21
	"${FILESDIR}"/${PN}-2.0.34-lfs.patch
22
)
23

  
20 24
pkg_pretend() {
21 25
	local CONFIG_CHECK="~INPUT_EVDEV"
22 26
	local WARNING_INPUT_EVDEV="CONFIG_INPUT_EVDEV is required for ACPI button event support."
Thank you!