From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB4D615808D for ; Tue, 19 Apr 2022 20:25:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0A61E095F; Tue, 19 Apr 2022 20:25:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F695E095F for ; Tue, 19 Apr 2022 20:25:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1532F34141D for ; Tue, 19 Apr 2022 20:25:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AACF287 for ; Tue, 19 Apr 2022 20:25:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650399918.b15c1d5f590a309d6015ae6f225fc1b4611ff427.sam@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b15c1d5f590a309d6015ae6f225fc1b4611ff427 X-VCS-Branch: master Date: Tue, 19 Apr 2022 20:25:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4bf42ce0-4c2b-448f-8fdf-e7c3584579e8 X-Archives-Hash: 8a42917bbe05ab546de12d9168b275b9 commit: b15c1d5f590a309d6015ae6f225fc1b4611ff427 Author: Mikk Margus Möll eesti ee> AuthorDate: Tue Apr 19 18:01:54 2022 +0000 Commit: Sam James gentoo 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 eesti.ee> Closes: https://github.com/gentoo/crossdev/pull/1 Signed-off-by: Sam James 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}"