From 27ca62b8ddfb42d8883817583b27ab1c14588b91 Mon Sep 17 00:00:00 2001 From: Ronald Farrer Date: Wed, 4 Aug 2021 08:17:16 -0700 Subject: [PATCH] Testing patches (4). --- .../gentoo-surface-sources-5.13.7.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-kernel/gentoo-surface-sources/gentoo-surface-sources-5.13.7.ebuild b/sys-kernel/gentoo-surface-sources/gentoo-surface-sources-5.13.7.ebuild index 19e4c69..3c759a3 100644 --- a/sys-kernel/gentoo-surface-sources/gentoo-surface-sources-5.13.7.ebuild +++ b/sys-kernel/gentoo-surface-sources/gentoo-surface-sources-5.13.7.ebuild @@ -15,6 +15,7 @@ detect_arch KEYWORDS="~amd64" HOMEPAGE="https://github.com/linux-surface/linux-surface" IUSE="experimental" +EXTRAVERSION="-${PN}-*" DESCRIPTION="Full sources including the Gentoo and Surface patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree." SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.13/0001-surface3-oemb.patch @@ -31,6 +32,7 @@ SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} src_prepare() { default + unpack_set_extraversion #echo "S=$S"; pwd; ls -la ; find -name surface3-wmi.c -ls #eapply "${DISTDIR}/0001-surface3-oemb.patch" #eapply "${DISTDIR}/0002-mwifiex.patch" @@ -44,8 +46,8 @@ src_prepare() { #eapply "${DISTDIR}/0010-amd-gpio.patch" #eapply "${DISTDIR}/0011-amd-s0ix.patch" #eapply_user - mv "${WORKDIR}/linux-${KV_FULL}" "${WORKDIR}/linux-${KV_FULL}-surface" - S="${WORKDIR}/linux-${KV_FULL}-surface" + #mv "${WORKDIR}/linux-${KV_FULL}" "${WORKDIR}/linux-${KV_FULL}-surface" + #S="${WORKDIR}/linux-${KV_FULL}-surface" } pkg_setup() {