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 7BD131582EF for ; Sun, 23 Feb 2025 01:46:05 +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 65F2D343241 for ; Sun, 23 Feb 2025 01:46:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3E3CE110475; Sun, 23 Feb 2025 01:45:54 +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 2CE2C110475 for ; Sun, 23 Feb 2025 01:45:54 +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 DB6CB343177 for ; Sun, 23 Feb 2025 01:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDE812733 for ; Sun, 23 Feb 2025 01:45:50 +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: <1740274320.710440fbcece270e9ad605f6cf0af020920f10cb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sudo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/sudo/sudo-1.9.16_p2-r1.ebuild app-admin/sudo/sudo-9999.ebuild X-VCS-Directories: app-admin/sudo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 710440fbcece270e9ad605f6cf0af020920f10cb X-VCS-Branch: master Date: Sun, 23 Feb 2025 01:45:50 +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: 8b4f665d-575e-4277-a092-d7a839973f28 X-Archives-Hash: 84c2f41470903e8519fb4be03d1419f0 commit: 710440fbcece270e9ad605f6cf0af020920f10cb Author: Sam James gentoo org> AuthorDate: Sun Feb 23 00:51:02 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 23 01:32:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710440fb app-admin/sudo: cleanup remnants of -std=gnu17 Fixed in last release, forgot to cleanup inherit + live. Signed-off-by: Sam James gentoo.org> app-admin/sudo/sudo-1.9.16_p2-r1.ebuild | 2 +- app-admin/sudo/sudo-9999.ebuild | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/app-admin/sudo/sudo-1.9.16_p2-r1.ebuild b/app-admin/sudo/sudo-1.9.16_p2-r1.ebuild index 3c7cda145851..d3d598208d0b 100644 --- a/app-admin/sudo/sudo-1.9.16_p2-r1.ebuild +++ b/app-admin/sudo/sudo-1.9.16_p2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic pam tmpfiles toolchain-funcs +inherit pam tmpfiles toolchain-funcs MY_P="${P/_/}" MY_P="${MY_P/beta/b}" diff --git a/app-admin/sudo/sudo-9999.ebuild b/app-admin/sudo/sudo-9999.ebuild index a4c126a9a273..41c4975c2a77 100644 --- a/app-admin/sudo/sudo-9999.ebuild +++ b/app-admin/sudo/sudo-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit flag-o-matic pam tmpfiles toolchain-funcs +inherit pam tmpfiles toolchain-funcs MY_P="${P/_/}" MY_P="${MY_P/beta/b}" @@ -148,9 +148,6 @@ src_configure() { # bug #767712 tc-export PKG_CONFIG - # https://github.com/sudo-project/sudo/issues/420 - append-cflags -std=gnu17 - # - audit: somebody got to explain me how I can test this before I # enable it.. - Diego # - plugindir: autoconf code is crappy and does not delay evaluation