commit: ce0ca101d4fe50318a7cf22dd85b314c80bf87f4 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Oct 21 11:12:36 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Oct 21 12:47:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0ca101
dev-util/ftjam: 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> dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild index 07202ada9f35..806e3bc1fa14 100644 --- a/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild +++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic toolchain-funcs +inherit toolchain-funcs MY_PV=$(ver_rs 3 "") @@ -33,6 +33,5 @@ src_prepare() { default tc-export CC RANLIB - append-cflags -std=gnu89 # old codebase, incompatible with c2x export AR="$(tc-getAR) ru" #720706 }