mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/irqbalance: fix patch application
Note that the Meson build system was moved into the top-level in git
so this ugliness won't be needed in future.
Closes: https://bugs.gentoo.org/931190
Fixes: 42c7cfb893
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -33,10 +33,6 @@ RDEPEND="
|
||||
selinux? ( sec-policy/selinux-irqbalance )
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-drop-protectkerneltunables.patch
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
CONFIG_CHECK="~PCI_MSI"
|
||||
linux-info_pkg_setup
|
||||
@@ -45,6 +41,11 @@ pkg_setup() {
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
(
|
||||
cd "${WORKDIR}"/${P} || die
|
||||
eapply "${FILESDIR}"/${P}-drop-protectkerneltunables.patch
|
||||
)
|
||||
|
||||
# Follow systemd policies
|
||||
# https://wiki.gentoo.org/wiki/Project:Systemd/Ebuild_policy
|
||||
sed \
|
||||
|
||||
Reference in New Issue
Block a user