summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-12-24 12:40:33 +0100
committerUlrich Müller <ulm@gentoo.org>2023-12-24 12:58:52 +0100
commit8bc59252563080aa83648bdf16dfba6b21d65213 (patch)
tree8569b184b22a6763429e3ca08bbe386a64aac143 /sys-boot/grub/grub-9999.ebuild
parentsys-apps/systemd-utils: add 254.8 (diff)
downloadgentoo-8bc59252563080aa83648bdf16dfba6b21d65213.tar.gz
gentoo-8bc59252563080aa83648bdf16dfba6b21d65213.tar.bz2
gentoo-8bc59252563080aa83648bdf16dfba6b21d65213.zip
sys-boot/grub: [QA] addpredict doesn't accept multiple paths
Policy reference: https://devmanual.gentoo.org/function-reference/sandbox-functions/index.html "None of these functions accept multiple arguments in one call." Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-boot/grub/grub-9999.ebuild')
-rw-r--r--sys-boot/grub/grub-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index 8d6f9d06e40d..04c3b16c7c59 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.ebuild
@@ -271,7 +271,7 @@ src_configure() {
src_compile() {
# Sandbox bug 404013.
- use libzfs && addpredict /etc/dfs:/dev/zfs
+ use libzfs && { addpredict /etc/dfs; addpredict /dev/zfs; }
grub_do emake
use doc && grub_do_once emake -C docs html