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 05B9215808B for ; Wed, 25 Sep 2024 11:12:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8DA0E2A3D; Wed, 25 Sep 2024 11:12:34 +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 BFE8AE2A3D for ; Wed, 25 Sep 2024 11:12:34 +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 D22B5343185 for ; Wed, 25 Sep 2024 11:12:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4DBF1F2E for ; Wed, 25 Sep 2024 11:12:31 +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: <1727262725.c99c693ff970d9c5cf5204466d791b9a3d4499fa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/guile.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c99c693ff970d9c5cf5204466d791b9a3d4499fa X-VCS-Branch: master Date: Wed, 25 Sep 2024 11:12:31 +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: bf54c800-94a3-4d51-b8ba-1755047195a3 X-Archives-Hash: e7075d20b8b062ac0274a3c4f594744a commit: c99c693ff970d9c5cf5204466d791b9a3d4499fa Author: Sam James gentoo org> AuthorDate: Wed Sep 25 11:12:05 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 25 11:12:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99c693f guile.eclass: fix EclassExportFuncsBeforeInherit Bug: https://github.com/pkgcore/pkgcheck/issues/702 Bug: https://github.com/pkgcore/pkgcheck/issues/703 Signed-off-by: Sam James gentoo.org> eclass/guile.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/guile.eclass b/eclass/guile.eclass index 323d04ef1152..e8fde64266e5 100644 --- a/eclass/guile.eclass +++ b/eclass/guile.eclass @@ -353,7 +353,7 @@ guile_src_install() { einstalldocs } -EXPORT_FUNCTIONS pkg_setup src_prepare src_configure src_compile \ - src_install src_test - fi # _GUILE_ECLASS + +EXPORT_FUNCTIONS pkg_setup src_prepare src_configure src_compile \ + src_install src_test