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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90DD515802C for ; Mon, 16 Dec 2024 11:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DF27E076B; Mon, 16 Dec 2024 11:54:15 +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 27EF9E076B for ; Mon, 16 Dec 2024 11:54: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 F155D340C43 for ; Mon, 16 Dec 2024 11:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A53A1DF4 for ; Mon, 16 Dec 2024 11:54: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: <1734350019.087679ad8237068a47b604d376703de0bd3d397b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libtermcap-compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild X-VCS-Directories: sys-libs/libtermcap-compat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 087679ad8237068a47b604d376703de0bd3d397b X-VCS-Branch: master Date: Mon, 16 Dec 2024 11:54: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: 3250d6f9-56e7-4f17-afb8-38af2072e9cb X-Archives-Hash: 9e95a4bf8778bd58e3703779a841b17b commit: 087679ad8237068a47b604d376703de0bd3d397b Author: Sam James gentoo org> AuthorDate: Sun Dec 15 19:45:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 16 11:53:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087679ad sys-libs/libtermcap-compat: build w/ -std=gnu17 Closes: https://bugs.gentoo.org/943733 Signed-off-by: Sam James gentoo.org> sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild b/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild index a11fc69bc9a9..6eb2883da213 100644 --- a/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild +++ b/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # We only want this for binary-only packages, so we will only be installing @@ -6,7 +6,7 @@ EAPI=7 -inherit toolchain-funcs multilib-minimal +inherit flag-o-matic toolchain-funcs multilib-minimal PATCHVER="2" @@ -56,6 +56,8 @@ src_prepare() { src_configure() { tc-export CC + # bug #943733 + append-flags -std=gnu17 } multilib_src_install() {