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 58AED158083 for ; Sun, 1 Sep 2024 11:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53B51E2A6F; Sun, 1 Sep 2024 11:05:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 37DD7E2A6F for ; Sun, 1 Sep 2024 11:05:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74AA933BF36 for ; Sun, 1 Sep 2024 11:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 111E91E7F for ; Sun, 1 Sep 2024 11:05:15 +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: <1725188682.ef76274515b2653756bf2122f4be03681e94a954.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/guile-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ef76274515b2653756bf2122f4be03681e94a954 X-VCS-Branch: master Date: Sun, 1 Sep 2024 11:05:15 +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: 49ddad4f-9696-44bb-a446-7bed523bfe86 X-Archives-Hash: 63c276bf5896d7df7ee6387c549a038d commit: ef76274515b2653756bf2122f4be03681e94a954 Author: Sam James gentoo org> AuthorDate: Sun Sep 1 11:01:13 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 1 11:04:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef762745 guile-utils.eclass: fix eclassdoc issues eclass-to-manpage noticed these. Signed-off-by: Sam James gentoo.org> eclass/guile-utils.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/guile-utils.eclass b/eclass/guile-utils.eclass index 3f122f63a36f..09ca5aabe502 100644 --- a/eclass/guile-utils.eclass +++ b/eclass/guile-utils.eclass @@ -6,13 +6,14 @@ # Gentoo Scheme project # @AUTHOR: # Author: Arsen Arsenović -# Inspired by prior work in the Gentoo Python ecosystem. -# @BLURB: Common code between GNU Guile-related eclasses and ebuilds. # @SUPPORTED_EAPIS: 8 +# @BLURB: Common code between GNU Guile-related eclasses and ebuilds. # @DESCRIPTION: # This eclass contains various bits of common code between # dev-scheme/guile, Guile multi-implementation ebuilds and Guile # single-implementation ebuilds. +# +# Inspired by prior work in the Gentoo Python ecosystem. case "${EAPI}" in 8) ;;