commit:     6f8dd91a162c41a59522cbdcaaf3c9e562923525
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 15:25:56 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 15:26:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8dd91a

sys-kernel/cryptodev: fix UnquotedVariable S [QA]

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-kernel/cryptodev/cryptodev-1.13-r1.ebuild | 4 ++--
 sys-kernel/cryptodev/cryptodev-9999.ebuild    | 4 ++--
 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

Reply via email to