sys-kernel/decade-sources: bump to 5.13.19, fix errant patch

This commit is contained in:
Martin Sekera 2021-09-21 10:27:52 +02:00
parent 97e8425444
commit a6c56801a3
2 changed files with 2 additions and 2065 deletions

View file

@ -14,9 +14,9 @@ HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches"
DESCRIPTION="Full sources for the Linux ${KV_MAJOR}.${KV_MINOR} kernel tree."
SRC_URI="${KERNEL_URI}"
DECADE_PATCHES=( ${FILESDIR}/patches-${KV_MAJOR}.${KV_MINOR}/*.patch )
src_prepare() {
DECADE_PATCHES=( ${FILESDIR}/patches-${KV_MAJOR}.${KV_MINOR}/*.patch )
for P in ${DECADE_PATCHES[@]}; do
eapply "${P}"
done