diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 03:37:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:09:20 +0000 |
commit | 72e9f8971a57f1b2e69c2fbf701239633e308526 (patch) | |
tree | 073cad70dfc47e3027904368901312afcb27c393 /net-dns | |
parent | sys-kernel/vanilla-kernel: add 5.16.13 (diff) | |
download | gentoo-72e9f8971a57f1b2e69c2fbf701239633e308526.tar.gz gentoo-72e9f8971a57f1b2e69c2fbf701239633e308526.tar.bz2 gentoo-72e9f8971a57f1b2e69c2fbf701239633e308526.zip |
net-dns/c-ares: [QA] fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/c-ares/c-ares-1.17.2.ebuild | 4 | ||||
-rw-r--r-- | net-dns/c-ares/c-ares-1.18.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-dns/c-ares/c-ares-1.17.2.ebuild b/net-dns/c-ares/c-ares-1.17.2.ebuild index b9c32e39b2f5..631a0a16598d 100644 --- a/net-dns/c-ares/c-ares-1.17.2.ebuild +++ b/net-dns/c-ares/c-ares-1.17.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools multilib-minimal +inherit multilib-minimal DESCRIPTION="C library that resolves names asynchronously" HOMEPAGE="https://c-ares.haxx.se/" diff --git a/net-dns/c-ares/c-ares-1.18.1.ebuild b/net-dns/c-ares/c-ares-1.18.1.ebuild index 25030c0afdae..ba4436c724a9 100644 --- a/net-dns/c-ares/c-ares-1.18.1.ebuild +++ b/net-dns/c-ares/c-ares-1.18.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools multilib-minimal +inherit multilib-minimal DESCRIPTION="C library that resolves names asynchronously" HOMEPAGE="https://c-ares.haxx.se/" |