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 4F59C158232 for ; Mon, 9 Dec 2024 05:16:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D2A6E0BD3; Mon, 9 Dec 2024 05:16:22 +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 pigeon.gentoo.org (Postfix) with ESMTPS id EC8A8E0BD3 for ; Mon, 9 Dec 2024 05:16:21 +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 3DDC634312C for ; Mon, 9 Dec 2024 05:16:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73D071F45 for ; Mon, 9 Dec 2024 05:16:18 +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: <1733721347.de9679405cf3aec71e835a94846ceb13ef69958d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/ppp/ppp-2.5.1-r1.ebuild X-VCS-Directories: net-dialup/ppp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de9679405cf3aec71e835a94846ceb13ef69958d X-VCS-Branch: master Date: Mon, 9 Dec 2024 05:16:18 +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: 059c0fca-663b-41b2-9822-e6c33b57a34b X-Archives-Hash: d21113d594333038524c19affa643e98 commit: de9679405cf3aec71e835a94846ceb13ef69958d Author: Sam James gentoo org> AuthorDate: Mon Dec 9 05:15:18 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 9 05:15:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de967940 net-dialup/ppp: build w/ -std=gnu17 Old codebase. Closes: https://bugs.gentoo.org/943931 Signed-off-by: Sam James gentoo.org> net-dialup/ppp/ppp-2.5.1-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-dialup/ppp/ppp-2.5.1-r1.ebuild b/net-dialup/ppp/ppp-2.5.1-r1.ebuild index 9d96fe11bf66..4009514c3ccd 100644 --- a/net-dialup/ppp/ppp-2.5.1-r1.ebuild +++ b/net-dialup/ppp/ppp-2.5.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit linux-info pam tmpfiles +inherit flag-o-matic linux-info pam tmpfiles DESCRIPTION="Point-to-Point Protocol (PPP)" HOMEPAGE="https://ppp.samba.org/" @@ -70,6 +70,9 @@ src_prepare() { } src_configure() { + # bug #944065 + append-cflags -std=gnu17 + local args=( --localstatedir="${EPREFIX}"/var --runstatedir="${EPREFIX}"/run