summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-09-06 18:25:56 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-09-06 18:26:10 +0300
commit6f8dd91a162c41a59522cbdcaaf3c9e562923525 (patch)
tree2c00877239cb89cb7b65d69f43bc5ef6314777e1 /sys-kernel/cryptodev
parentmedia-libs/lv2: drop 1.18.10 (diff)
downloadgentoo-6f8dd91a162c41a59522cbdcaaf3c9e562923525.tar.gz
gentoo-6f8dd91a162c41a59522cbdcaaf3c9e562923525.tar.bz2
gentoo-6f8dd91a162c41a59522cbdcaaf3c9e562923525.zip
sys-kernel/cryptodev: fix UnquotedVariable S [QA]
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-kernel/cryptodev')
-rw-r--r--sys-kernel/cryptodev/cryptodev-1.13-r1.ebuild4
-rw-r--r--sys-kernel/cryptodev/cryptodev-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-kernel/cryptodev/cryptodev-1.13-r1.ebuild b/sys-kernel/cryptodev/cryptodev-1.13-r1.ebuild
index b5a1a271a0b0..1ec7c3e4ec93 100644
--- a/sys-kernel/cryptodev/cryptodev-1.13-r1.ebuild
+++ b/sys-kernel/cryptodev/cryptodev-1.13-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -39,7 +39,7 @@ pkg_pretend() {
}
src_compile() {
- local modlist=( cryptodev=extra:${S} )
+ local modlist=( cryptodev="extra:${S}" )
local modargs=( KERNEL_DIR="${KV_OUT_DIR}" )
linux-mod-r1_src_compile
diff --git a/sys-kernel/cryptodev/cryptodev-9999.ebuild b/sys-kernel/cryptodev/cryptodev-9999.ebuild
index b5a1a271a0b0..1ec7c3e4ec93 100644
--- a/sys-kernel/cryptodev/cryptodev-9999.ebuild
+++ b/sys-kernel/cryptodev/cryptodev-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -39,7 +39,7 @@ pkg_pretend() {
}
src_compile() {
- local modlist=( cryptodev=extra:${S} )
+ local modlist=( cryptodev="extra:${S}" )
local modargs=( KERNEL_DIR="${KV_OUT_DIR}" )
linux-mod-r1_src_compile