net-dns/libidn2: Sync with Gentoo

It's from Gentoo commit a38db59a37c80ee1a848538926607a6be79d2597.
This commit is contained in:
Flatcar Buildbot 2024-07-01 07:17:04 +00:00 committed by Mathieu Tortuyaux
parent ed41b13196
commit 121cd4edaf
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -3,7 +3,7 @@
EAPI=8
inherit multilib-minimal toolchain-funcs verify-sig
inherit libtool multilib-minimal toolchain-funcs verify-sig
DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)"
HOMEPAGE="
@ -35,6 +35,11 @@ BDEPEND="
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libidn.asc
src_prepare() {
default
elibtoolize
}
multilib_src_configure() {
local myconf=(
CC_FOR_BUILD="$(tc-getBUILD_CC)"