commit:     b15c1d5f590a309d6015ae6f225fc1b4611ff427
Author:     Mikk Margus Möll <mikk.margus.moll <AT> eesti <DOT> ee>
AuthorDate: Tue Apr 19 18:01:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 20:25:18 2022 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=b15c1d5f

crossdev: add quotes to set_keywords variable

Signed-off-by: Mikk Margus Möll <mikk.margus.moll <AT> eesti.ee>
Closes: https://github.com/gentoo/crossdev/pull/1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 crossdev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crossdev b/crossdev
index db9dbd5..d8e25fb 100755
--- a/crossdev
+++ b/crossdev
@@ -1304,7 +1304,7 @@ set_portage() {
 
        set_use_mask ${pkg} "${mask}"
        set_use_force ${pkg} "${force}"
-       set_keywords ${pkg} ${ver}
+       set_keywords ${pkg} "${ver}"
        set_use ${pkg} ${use}
        set_links ${cat} ${pkg} "${ovl}"
        set_env ${l} ${pkg} "${env}"

Reply via email to