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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F6311584AD for ; Fri, 25 Apr 2025 14:03:18 +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 1FE67343056 for ; Fri, 25 Apr 2025 14:03:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0E6F61104B7; Fri, 25 Apr 2025 14:03:17 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 032DB1104B7 for ; Fri, 25 Apr 2025 14:03:16 +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 A7D0B343056 for ; Fri, 25 Apr 2025 14:03:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15C8123F9 for ; Fri, 25 Apr 2025 14:03:15 +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: <1745589626.1c0b38547a8fe38753854a0ead8f0ddf1b1d5946.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vde/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/vde/vde-2.3.3.ebuild net-misc/vde/vde-9999.ebuild X-VCS-Directories: net-misc/vde/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1c0b38547a8fe38753854a0ead8f0ddf1b1d5946 X-VCS-Branch: master Date: Fri, 25 Apr 2025 14:03:15 +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: 054b6a24-0f99-4766-b2e5-a7e19ba017fa X-Archives-Hash: 7f0469308fec8dee91994819a5391f9f commit: 1c0b38547a8fe38753854a0ead8f0ddf1b1d5946 Author: Sam James gentoo org> AuthorDate: Fri Apr 25 14:00:26 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 25 14:00:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0b3854 net-misc/vde: build w/ -std=gnu17 Closes: https://bugs.gentoo.org/943881 Signed-off-by: Sam James gentoo.org> net-misc/vde/vde-2.3.3.ebuild | 4 +++- net-misc/vde/vde-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-misc/vde/vde-2.3.3.ebuild b/net-misc/vde/vde-2.3.3.ebuild index 3b9c43da2dd5..4a998c14f0a7 100644 --- a/net-misc/vde/vde-2.3.3.ebuild +++ b/net-misc/vde/vde-2.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -43,6 +43,8 @@ src_prepare() { src_configure() { filter-flags -O0 -Os + # bug #943881 + append-cflags -std=gnu17 local myeconfargs=( # Upstream switched to wolfssl, so no SSL support for now diff --git a/net-misc/vde/vde-9999.ebuild b/net-misc/vde/vde-9999.ebuild index 4cacbb0f887b..e2ad0ee1590e 100644 --- a/net-misc/vde/vde-9999.ebuild +++ b/net-misc/vde/vde-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -43,6 +43,8 @@ src_prepare() { src_configure() { filter-flags -O0 -Os + # bug #943881 + append-cflags -std=gnu17 local myeconfargs=( # Upstream switched to wolfssl, so no SSL support for now