commit: aa8edfc113b477d05f87e26a9f73c8a745364071 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Oct 21 12:37:39 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Oct 21 12:47:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8edfc1
net-misc/rinetd: drop c2x workaround Changed the way test for this, and upon closer look this one wasn't needed. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> net-misc/rinetd/rinetd-0.62-r3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-misc/rinetd/rinetd-0.62-r3.ebuild b/net-misc/rinetd/rinetd-0.62-r3.ebuild index 44266b98726e..b6df56b6242f 100644 --- a/net-misc/rinetd/rinetd-0.62-r3.ebuild +++ b/net-misc/rinetd/rinetd-0.62-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic toolchain-funcs +inherit toolchain-funcs DESCRIPTION="redirects TCP connections from one IP address and port to another" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" @@ -26,7 +26,6 @@ src_prepare() { src_compile() { tc-export CC - append-cflags -std=gnu89 # old codebase, incompatible with c2x emake CFLAGS="${CFLAGS} -DLINUX" }