commit:     710440fbcece270e9ad605f6cf0af020920f10cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 00:51:02 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to