diff options
author | Sam James <sam@gentoo.org> | 2023-10-08 02:43:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-08 02:44:00 +0100 |
commit | d281c38380d030cfeefc3eaf503e7b5c34daef81 (patch) | |
tree | 5ec8d213be30ab659aa3556c71a3b79da9a99da0 /net-dns | |
parent | net-dns/c-ares: add 1.20.0 (diff) | |
download | gentoo-d281c38380d030cfeefc3eaf503e7b5c34daef81.tar.gz gentoo-d281c38380d030cfeefc3eaf503e7b5c34daef81.tar.bz2 gentoo-d281c38380d030cfeefc3eaf503e7b5c34daef81.zip |
net-dns/c-ares: fix LICENSE
Closes: https://bugs.gentoo.org/912405
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/c-ares/c-ares-1.19.1.ebuild | 3 | ||||
-rw-r--r-- | net-dns/c-ares/c-ares-1.20.0.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-dns/c-ares/c-ares-1.19.1.ebuild b/net-dns/c-ares/c-ares-1.19.1.ebuild index 760debb0dc93..086b6b092f5c 100644 --- a/net-dns/c-ares/c-ares-1.19.1.ebuild +++ b/net-dns/c-ares/c-ares-1.19.1.ebuild @@ -13,7 +13,8 @@ SRC_URI=" verify-sig? ( https://c-ares.org/download/${P}.tar.gz.asc ) " -LICENSE="MIT" +# ISC for lib/{bitncmp.c,inet_ntop.c,inet_net_pton.c} (bug #912405) +LICENSE="MIT ISC" # Subslot = SONAME of libcares.so.2 SLOT="0/2" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" diff --git a/net-dns/c-ares/c-ares-1.20.0.ebuild b/net-dns/c-ares/c-ares-1.20.0.ebuild index e0e327e77943..7e6b1c74e94c 100644 --- a/net-dns/c-ares/c-ares-1.20.0.ebuild +++ b/net-dns/c-ares/c-ares-1.20.0.ebuild @@ -13,7 +13,8 @@ SRC_URI=" verify-sig? ( https://c-ares.org/download/${P}.tar.gz.asc ) " -LICENSE="MIT" +# ISC for lib/{bitncmp.c,inet_ntop.c,inet_net_pton.c} (bug #912405) +LICENSE="MIT ISC" # Subslot = SONAME of libcares.so.2 SLOT="0/2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |