From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1464610-garchives=archives.gentoo.org@lists.gentoo.org>
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 0E0E8158020
	for <garchives@archives.gentoo.org>; Tue,  6 Dec 2022 12:47:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 38BC7E07A5;
	Tue,  6 Dec 2022 12:47:33 +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 1CF4EE07A5
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Dec 2022 12:47:33 +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 09F72341119
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Dec 2022 12:47:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A17E477
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Dec 2022 12:47:30 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1670330836.0f52e2861e7f66e0bc0c632f6ecfc9b14c7ad827.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/gnucash-docs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-doc/gnucash-docs/gnucash-docs-4.12.ebuild
X-VCS-Directories: app-doc/gnucash-docs/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 0f52e2861e7f66e0bc0c632f6ecfc9b14c7ad827
X-VCS-Branch: master
Date: Tue,  6 Dec 2022 12:47:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 8347f83c-57ea-4afc-9740-bd4eb9481b4f
X-Archives-Hash: bac3158c115bdcc25836795ce2ca9d3d

commit:     0f52e2861e7f66e0bc0c632f6ecfc9b14c7ad827
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 12:47:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 12:47:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f52e286

app-doc/gnucash-docs: fix install w/ multiple L10N set

The quoting changes behaviour as it's no longer split.

Closes: https://bugs.gentoo.org/884587
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/gnucash-docs/gnucash-docs-4.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/gnucash-docs/gnucash-docs-4.12.ebuild b/app-doc/gnucash-docs/gnucash-docs-4.12.ebuild
index 0156cc56c7b2..d1f8186577d7 100644
--- a/app-doc/gnucash-docs/gnucash-docs-4.12.ebuild
+++ b/app-doc/gnucash-docs/gnucash-docs-4.12.ebuild
@@ -33,7 +33,7 @@ src_install() {
 	local doc_type my_lang
 
 	for doc_type in manual guide; do
-		for my_lang in C "${L10N}"; do
+		for my_lang in C ${L10N}; do
 			[[ -z ${my_lang} ]] && continue
 
 			case "${my_lang}" in