From d04c27a48ee5a2e172ec2d052014fac471cc650b Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 7 Jul 2025 07:12:49 +0000 Subject: [PATCH] net-dns/c-ares: Sync with Gentoo It's from Gentoo commit 60af5c2a1b0115662e871844c8af6390b7672794. --- .../portage-stable/net-dns/c-ares/c-ares-1.34.4.ebuild | 3 ++- .../portage-stable/net-dns/c-ares/c-ares-1.34.5.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/net-dns/c-ares/c-ares-1.34.4.ebuild b/sdk_container/src/third_party/portage-stable/net-dns/c-ares/c-ares-1.34.4.ebuild index f5bf9a5624..7ae948ac11 100644 --- a/sdk_container/src/third_party/portage-stable/net-dns/c-ares/c-ares-1.34.4.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-dns/c-ares/c-ares-1.34.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Both Daniel and Brad are listed as possible signers on the homepage 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" HOMEPAGE="https://c-ares.org/" @@ -50,6 +50,7 @@ A__QA_CONFIG_IMPL_DECL_SKIP=( src_prepare() { default + elibtoolize if [[ ${CHOST} == *-darwin* ]] ; then # warnings are default, but enable -std=c90 which doesn't define diff --git a/sdk_container/src/third_party/portage-stable/net-dns/c-ares/c-ares-1.34.5.ebuild b/sdk_container/src/third_party/portage-stable/net-dns/c-ares/c-ares-1.34.5.ebuild index c2639589bb..5beae570fa 100644 --- a/sdk_container/src/third_party/portage-stable/net-dns/c-ares/c-ares-1.34.5.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-dns/c-ares/c-ares-1.34.5.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Both Daniel and Brad are listed as possible signers on the homepage 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" HOMEPAGE="https://c-ares.org/" @@ -50,6 +50,7 @@ A__QA_CONFIG_IMPL_DECL_SKIP=( src_prepare() { default + elibtoolize if [[ ${CHOST} == *-darwin* ]] ; then # warnings are default, but enable -std=c90 which doesn't define