commit: 5e271b86edf8e01a35bcc9befe76f134892f13ed Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Oct 21 12:23:28 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Oct 21 12:47:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e271b86
net-misc/hashcash: 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/hashcash/hashcash-1.22-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-misc/hashcash/hashcash-1.22-r2.ebuild b/net-misc/hashcash/hashcash-1.22-r2.ebuild index 55d0da7126d5..c52b23016a1b 100644 --- a/net-misc/hashcash/hashcash-1.22-r2.ebuild +++ b/net-misc/hashcash/hashcash-1.22-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Utility to generate hashcash tokens" HOMEPAGE="http://www.hashcash.org" @@ -25,7 +25,6 @@ src_prepare() { src_compile() { tc-export AR CC - append-cflags -std=gnu89 # old codebase, incompatible with c2x emake generic }
