mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 21:46:58 +02:00
net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit 60af5c2a1b0115662e871844c8af6390b7672794.
This commit is contained in:
parent
fb4132819b
commit
d04c27a48e
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user