diff options
author | Sam James <sam@gentoo.org> | 2021-11-04 00:33:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-04 00:33:53 +0000 |
commit | 3a3dac6fbe08d90817de5a3285b103e0d04af2ea (patch) | |
tree | 0264e82eb2e4176400b57585c9530e881304f1b0 /sys-kernel | |
parent | profiles: mask newer sandbox versions w/ ptrace issues (diff) | |
download | gentoo-3a3dac6fbe08d90817de5a3285b103e0d04af2ea.tar.gz gentoo-3a3dac6fbe08d90817de5a3285b103e0d04af2ea.tar.bz2 gentoo-3a3dac6fbe08d90817de5a3285b103e0d04af2ea.zip |
sys-kernel/linux-headers: unkeyword 5.15 for more testing
Just for now. No major issues reported but there's enough
going on right now (sandbox ptrace fun, meson 0.60.x, and
linux-headers 5.15 breaking systemd and systemd-components at build
time).
Note that I probably wouldn't bother dekeywording this
if it weren't for other things going on. Just trying
to avoid users being bombarded with various build
issues at the same time (due to aforementioned stuff ^).
Bug: https://bugs.gentoo.org/821550
Bug: https://bugs.gentoo.org/821397
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-5.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-5.15.ebuild b/sys-kernel/linux-headers/linux-headers-5.15.ebuild index 8ac754c008de..4f01564cb2a1 100644 --- a/sys-kernel/linux-headers/linux-headers-5.15.ebuild +++ b/sys-kernel/linux-headers/linux-headers-5.15.ebuild @@ -16,7 +16,7 @@ SRC_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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" BDEPEND=" app-arch/xz-utils |