sys-kernel/gentoo-kernel-bin: Fix user patching in remaining ebuilds

Closes: https://bugs.gentoo.org/960505
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-07-22 09:35:32 +02:00
parent 6586390669
commit 3215df1e83
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
4 changed files with 16 additions and 16 deletions

View File

@ -78,11 +78,9 @@ src_unpack() {
}
src_prepare() {
cd "${MY_P}" || die
default
eapply "${WORKDIR}/patch-${PV}"
local patch
cd "${MY_P}" || die
eapply "${WORKDIR}/patch-${PV}"
for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do
eapply "${patch}"
# non-experimental patches always finish with Gentoo Kconfig
@ -92,6 +90,8 @@ src_prepare() {
break
fi
done
default
}
src_configure() {

View File

@ -78,11 +78,9 @@ src_unpack() {
}
src_prepare() {
cd "${MY_P}" || die
default
eapply "${WORKDIR}/patch-${PV}"
local patch
cd "${MY_P}" || die
eapply "${WORKDIR}/patch-${PV}"
for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do
eapply "${patch}"
# non-experimental patches always finish with Gentoo Kconfig
@ -92,6 +90,8 @@ src_prepare() {
break
fi
done
default
}
src_configure() {

View File

@ -85,11 +85,9 @@ src_unpack() {
}
src_prepare() {
cd "${MY_P}" || die
default
eapply "${WORKDIR}/patch-${PV}"
local patch
cd "${MY_P}" || die
eapply "${WORKDIR}/patch-${PV}"
for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do
eapply "${patch}"
# non-experimental patches always finish with Gentoo Kconfig
@ -99,6 +97,8 @@ src_prepare() {
break
fi
done
default
}
src_configure() {

View File

@ -85,11 +85,9 @@ src_unpack() {
}
src_prepare() {
cd "${MY_P}" || die
default
eapply "${WORKDIR}/patch-${PV}"
local patch
cd "${MY_P}" || die
eapply "${WORKDIR}/patch-${PV}"
for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do
eapply "${patch}"
# non-experimental patches always finish with Gentoo Kconfig
@ -99,6 +97,8 @@ src_prepare() {
break
fi
done
default
}
src_configure() {