From c50fa1b9d54c15707ec744b80db6610da7dd7832 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Sep 2022 09:11:58 +0100 Subject: gentoo auto-resync : 28:09:2022 - 09:11:58 --- net-misc/hashcash/hashcash-1.22-r2.ebuild | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'net-misc/hashcash/hashcash-1.22-r2.ebuild') diff --git a/net-misc/hashcash/hashcash-1.22-r2.ebuild b/net-misc/hashcash/hashcash-1.22-r2.ebuild index 867929119c5a..c52b23016a1b 100644 --- a/net-misc/hashcash/hashcash-1.22-r2.ebuild +++ b/net-misc/hashcash/hashcash-1.22-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs @@ -13,20 +13,30 @@ LICENSE="CPL-1.0" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" +PATCHES=( + "${FILESDIR}"/${P}-clang16.patch +) + src_prepare() { default + sed -i -e "/COPT_GENERIC = -O3/d" Makefile || die } src_compile() { - emake CC="$(tc-getCC)" generic + tc-export AR CC + + emake generic } src_install() { dobin hashcash doman hashcash.1 + dodoc CHANGELOG + docinto examples dodoc contrib/hashcash-{request,sendmail{,.txt}} contrib/hashfork.{c,py,txt} + docompress -x /usr/share/doc/${PF}/examples } -- cgit v1.2.3