From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 4A81B1580E0 for ; Tue, 28 Jan 2025 09:33:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0A4883417BD for ; Tue, 28 Jan 2025 09:33:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0100111046F; Tue, 28 Jan 2025 09:33:15 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F03BE11046F for ; Tue, 28 Jan 2025 09:33:14 +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 86655343028 for ; Tue, 28 Jan 2025 09:33:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5B7911A7 for ; Tue, 28 Jan 2025 09:33:12 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1738056706.9f4ac7722393c754a2caca2ccfbc852ce25952e2.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/c-intercal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/c-intercal/c-intercal-33.0-r1.ebuild dev-lang/c-intercal/c-intercal-33.0.ebuild X-VCS-Directories: dev-lang/c-intercal/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9f4ac7722393c754a2caca2ccfbc852ce25952e2 X-VCS-Branch: master Date: Tue, 28 Jan 2025 09:33:12 +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: 51a7d6f3-aac2-46e0-974c-ad28e5e6b118 X-Archives-Hash: cb201d0d4ebb1ff9337ebdad586f6392 commit: 9f4ac7722393c754a2caca2ccfbc852ce25952e2 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jan 28 09:31:46 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jan 28 09:31:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4ac772 dev-lang/c-intercal: Fix gcc-15 build failure Closes: https://bugs.gentoo.org/948911 Signed-off-by: Ulrich Müller gentoo.org> .../{c-intercal-33.0.ebuild => c-intercal-33.0-r1.ebuild} | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/dev-lang/c-intercal/c-intercal-33.0.ebuild b/dev-lang/c-intercal/c-intercal-33.0-r1.ebuild similarity index 86% rename from dev-lang/c-intercal/c-intercal-33.0.ebuild rename to dev-lang/c-intercal/c-intercal-33.0-r1.ebuild index 3888f0660505..8667d86a48d5 100644 --- a/dev-lang/c-intercal/c-intercal-33.0.ebuild +++ b/dev-lang/c-intercal/c-intercal-33.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit elisp-common flag-o-matic +inherit autotools elisp-common # C-INTERCAL uses minor-major ordering of version components and # negative version numbers. We map version components -1, -2, ... @@ -40,14 +40,9 @@ BDEPEND="${RDEPEND} SITEFILE="50${PN}-gentoo.el" -src_configure() { - # -Werror=lto-type-mismatch - # https://bugs.gentoo.org/855590 - # https://gitlab.com/esr/intercal/-/issues/7 - filter-lto - - append-cflags $(test-flags-CC -fno-toplevel-reorder) #722862 - econf +src_prepare() { + default + eautoreconf #948911 } src_compile() {