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 19C0615808B for ; Mon, 30 Sep 2024 03:03:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D24BE2A58; Mon, 30 Sep 2024 03:03:03 +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 E7264E2A58 for ; Mon, 30 Sep 2024 03:03:02 +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 A28503431EA for ; Mon, 30 Sep 2024 03:03:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D210B1F30 for ; Mon, 30 Sep 2024 03:02:59 +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: <1727664362.24aacd9121b7e60386e69508558398e7da27a7af.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autogen/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/autogen/autogen-5.18.16-r100.ebuild sys-devel/autogen/autogen-5.18.16-r101.ebuild X-VCS-Directories: sys-devel/autogen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 24aacd9121b7e60386e69508558398e7da27a7af X-VCS-Branch: master Date: Mon, 30 Sep 2024 03:02:59 +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: 6fe95ce2-fe37-4a10-a20b-78476fe312c6 X-Archives-Hash: a8c6179ccc6b1a4b17d93ae3098d73e9 commit: 24aacd9121b7e60386e69508558398e7da27a7af Author: Alfred Wingate protonmail com> AuthorDate: Sun Sep 29 04:10:40 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 30 02:46:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24aacd91 sys-devel/autogen: require deprecated features in guile Closes: https://bugs.gentoo.org/877787 Closes: https://bugs.gentoo.org/940468 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/38808 Signed-off-by: Sam James gentoo.org> .../autogen/{autogen-5.18.16-r100.ebuild => autogen-5.18.16-r101.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/autogen/autogen-5.18.16-r100.ebuild b/sys-devel/autogen/autogen-5.18.16-r101.ebuild similarity index 98% rename from sys-devel/autogen/autogen-5.18.16-r100.ebuild rename to sys-devel/autogen/autogen-5.18.16-r101.ebuild index ca84c102bfb6..3b0f0528e7c4 100644 --- a/sys-devel/autogen/autogen-5.18.16-r100.ebuild +++ b/sys-devel/autogen/autogen-5.18.16-r101.ebuild @@ -4,6 +4,7 @@ EAPI=8 GUILE_COMPAT=( 2-2 3-0 ) +GUILE_REQ_USE="deprecated" inherit flag-o-matic autotools guile-single toolchain-funcs DESCRIPTION="Program and text file generation"