net-dns/c-ares: Sync with Gentoo

It's from Gentoo commit 60af5c2a1b0115662e871844c8af6390b7672794.
This commit is contained in:
Flatcar Buildbot 2025-07-07 07:12:49 +00:00
parent fb4132819b
commit d04c27a48e
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ EAPI=8
# Both Daniel and Brad are listed as possible signers on the homepage # Both Daniel and Brad are listed as possible signers on the homepage
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/bradhouse.asc VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/bradhouse.asc
inherit edo flag-o-matic multilib-minimal verify-sig inherit edo flag-o-matic libtool multilib-minimal verify-sig
DESCRIPTION="C library that resolves names asynchronously" DESCRIPTION="C library that resolves names asynchronously"
HOMEPAGE="https://c-ares.org/" HOMEPAGE="https://c-ares.org/"
@ -50,6 +50,7 @@ A__QA_CONFIG_IMPL_DECL_SKIP=(
src_prepare() { src_prepare() {
default default
elibtoolize
if [[ ${CHOST} == *-darwin* ]] ; then if [[ ${CHOST} == *-darwin* ]] ; then
# warnings are default, but enable -std=c90 which doesn't define # warnings are default, but enable -std=c90 which doesn't define

View File

@ -5,7 +5,7 @@ EAPI=8
# Both Daniel and Brad are listed as possible signers on the homepage # Both Daniel and Brad are listed as possible signers on the homepage
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/bradhouse.asc VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/bradhouse.asc
inherit edo flag-o-matic multilib-minimal verify-sig inherit edo flag-o-matic libtool multilib-minimal verify-sig
DESCRIPTION="C library that resolves names asynchronously" DESCRIPTION="C library that resolves names asynchronously"
HOMEPAGE="https://c-ares.org/" HOMEPAGE="https://c-ares.org/"
@ -50,6 +50,7 @@ A__QA_CONFIG_IMPL_DECL_SKIP=(
src_prepare() { src_prepare() {
default default
elibtoolize
if [[ ${CHOST} == *-darwin* ]] ; then if [[ ${CHOST} == *-darwin* ]] ; then
# warnings are default, but enable -std=c90 which doesn't define # warnings are default, but enable -std=c90 which doesn't define