From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1448056-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 082EF158020
	for <garchives@archives.gentoo.org>; Tue, 18 Oct 2022 02:47:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 14CB9E08ED;
	Tue, 18 Oct 2022 02:47:14 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EFE37E08ED
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Oct 2022 02:47:13 +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 B97D4341110
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Oct 2022 02:47:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 273E4624
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Oct 2022 02:47:11 +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: <1666061011.10f48e6e3feee2bef0bf184813868831896f1252.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-scheme/guile/metadata.xml
X-VCS-Directories: dev-scheme/guile/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 10f48e6e3feee2bef0bf184813868831896f1252
X-VCS-Branch: master
Date: Tue, 18 Oct 2022 02:47:11 +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: fcdb9a89-d347-49cb-b3bc-e94d83434741
X-Archives-Hash: 5ad3efd93d8aeb3af7726b4fd7203572

commit:     10f48e6e3feee2bef0bf184813868831896f1252
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 02:43:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 02:43:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f48e6e

dev-scheme/guile: fix PkgMetadataXmlIndentation

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-scheme/guile/metadata.xml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-scheme/guile/metadata.xml b/dev-scheme/guile/metadata.xml
index 743ee223dca5..eb3a100fb5dd 100644
--- a/dev-scheme/guile/metadata.xml
+++ b/dev-scheme/guile/metadata.xml
@@ -7,14 +7,12 @@
   </maintainer>
   <longdescription lang="en">
 Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs.
-	</longdescription>
+  </longdescription>
   <use>
-    <flag name="debug-freelist">Include garbage collector freelist debugging
-	code</flag>
+    <flag name="debug-freelist">Include garbage collector freelist debugging code</flag>
     <flag name="debug-malloc">Include malloc debugging code</flag>
     <flag name="deprecated">Enable deprecated features</flag>
-    <flag name="discouraged"> (implied by deprecated) enable merely discouraged
-	features</flag>
+    <flag name="discouraged"> (implied by deprecated) enable merely discouraged features</flag>
     <flag name="networking">Include networking interfaces</flag>
     <flag name="regex"> Include regular expression interfaces</flag>
   </use>