summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-09-30 19:35:14 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-09-30 19:37:31 +0200
commitef8f14eb53d74fe20e6de2f972baaa574ad5e9a4 (patch)
treef2441cc706be1a90bf7b242b1261829befff7291 /sys-kernel
parentdev-db/citus: Bump to 10.2.1 (diff)
downloadgentoo-ef8f14eb53d74fe20e6de2f972baaa574ad5e9a4.tar.gz
gentoo-ef8f14eb53d74fe20e6de2f972baaa574ad5e9a4.tar.bz2
gentoo-ef8f14eb53d74fe20e6de2f972baaa574ad5e9a4.zip
sys-kernel/linux-headers: Replace ${CATEGORY}/${PN} with package name
- ${CATEGORY} turned out to be problematic when building cross toolchain using crossdev, as it autogenerates the cross ebuild and replaces ${CATEGORY} with `cross-${CTARGET}` so we end up with invalid SRC_URI ( cross-${CTARGET}/linux-headers instead of sys-kernel/linux-headers ) Acked-by: Sam James <sam@gentoo.org> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/linux-headers/linux-headers-5.14.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-5.14.ebuild b/sys-kernel/linux-headers/linux-headers-5.14.ebuild
index 248b46771562..8ac754c008de 100644
--- a/sys-kernel/linux-headers/linux-headers-5.14.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-5.14.ebuild
@@ -13,7 +13,7 @@ PATCH_VER="1"
PATCH_DEV="sam"
SRC_URI="
${KERNEL_URI}
- ${PATCH_VER:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${CATEGORY}/${PN}/gentoo-headers-${PATCH_PV}-${PATCH_VER}.tar.xz}"
+ ${PATCH_VER:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/sys-kernel/linux-headers/gentoo-headers-${PATCH_PV}-${PATCH_VER}.tar.xz}"
S="${WORKDIR}/linux-${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"