summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2022-08-04 17:38:32 +0800
committerWANG Xuerui <xen0n@gentoo.org>2022-08-04 17:41:53 +0800
commitebf96a12443faafc8d7d8ec66d15871f38aeb78f (patch)
tree1a60895c80b4723f6f3b5df5fd11e7d33e7c0efc /sys-kernel/linux-headers
parentsys-kernel/linux-headers: sync H_SUPPORTEDARCH for 5.19 (diff)
downloadgentoo-ebf96a12443faafc8d7d8ec66d15871f38aeb78f.tar.gz
gentoo-ebf96a12443faafc8d7d8ec66d15871f38aeb78f.tar.bz2
gentoo-ebf96a12443faafc8d7d8ec66d15871f38aeb78f.zip
sys-kernel/linux-headers: unkeyword 5.19 except for loong
Pending more exhaustive testing on other arches (esp. amd64), but loong is on this version effectively since the beginning, so keeping only its keyword. Closes: https://github.com/gentoo/gentoo/pull/26696 Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sys-kernel/linux-headers')
-rw-r--r--sys-kernel/linux-headers/linux-headers-5.19.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-5.19.ebuild b/sys-kernel/linux-headers/linux-headers-5.19.ebuild
index 527b4b401d6c..e9f071f1dbf2 100644
--- a/sys-kernel/linux-headers/linux-headers-5.19.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-5.19.ebuild
@@ -15,7 +15,8 @@ SRC_URI="${KERNEL_URI}
${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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~loong"
BDEPEND="app-arch/xz-utils
dev-lang/perl"