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 082EF158020 for ; 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 ; 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 ; 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 ; Tue, 18 Oct 2022 02:47:11 +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: <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: 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: fcdb9a89-d347-49cb-b3bc-e94d83434741 X-Archives-Hash: 5ad3efd93d8aeb3af7726b4fd7203572 commit: 10f48e6e3feee2bef0bf184813868831896f1252 Author: Sam James gentoo org> AuthorDate: Tue Oct 18 02:43:31 2022 +0000 Commit: Sam James gentoo 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 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 @@ 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. - + - Include garbage collector freelist debugging - code + Include garbage collector freelist debugging code Include malloc debugging code Enable deprecated features - (implied by deprecated) enable merely discouraged - features + (implied by deprecated) enable merely discouraged features Include networking interfaces Include regular expression interfaces