summaryrefslogtreecommitdiff
path: root/sys-boot/grub/grub-2.06-r9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-16 20:05:31 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-16 20:05:31 +0000
commit03aa42efc090f9ed79ad5d8cbb54789052863450 (patch)
treec0ea2c0dffc2e24efd3ca7480551cbdc5efca4cf /sys-boot/grub/grub-2.06-r9.ebuild
parentc1fba876b88db3fefeead96efa966559036e656b (diff)
gentoo auto-resync : 16:01:2024 - 20:05:31
Diffstat (limited to 'sys-boot/grub/grub-2.06-r9.ebuild')
-rw-r--r--sys-boot/grub/grub-2.06-r9.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-boot/grub/grub-2.06-r9.ebuild b/sys-boot/grub/grub-2.06-r9.ebuild
index 49676a74f04d..31dc1e97ca87 100644
--- a/sys-boot/grub/grub-2.06-r9.ebuild
+++ b/sys-boot/grub/grub-2.06-r9.ebuild
@@ -310,6 +310,11 @@ src_install() {
# https://bugs.gentoo.org/231935
dostrip -x /usr/lib/grub
+
+ if use elibc_musl; then
+ # https://bugs.gentoo.org/900348
+ QA_CONFIG_IMPL_DECL_SKIP=( re_set_syntax re_compile_pattern re_search )
+ fi
}
pkg_postinst() {