diff options
author | 2022-01-25 21:24:46 +0000 | |
---|---|---|
committer | 2022-01-25 21:24:46 +0000 | |
commit | 4db250ca4d90c042e9e7b39607856cd782377c6a (patch) | |
tree | cfb35d1ace5b5d9c124597fd1fd0c3ff4b157eba /net-libs/ldns | |
parent | sys-auth/polkit: Stabilize 0.120-r2 x86, #832060 (diff) | |
download | gentoo-4db250ca4d90c042e9e7b39607856cd782377c6a.tar.gz gentoo-4db250ca4d90c042e9e7b39607856cd782377c6a.tar.bz2 gentoo-4db250ca4d90c042e9e7b39607856cd782377c6a.zip |
net-libs/ldns: Stabilize 1.8.0-r4 arm64, #831277
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/ldns')
-rw-r--r-- | net-libs/ldns/ldns-1.8.0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/ldns/ldns-1.8.0-r4.ebuild b/net-libs/ldns/ldns-1.8.0-r4.ebuild index 500135bc8667..7ea441885f27 100644 --- a/net-libs/ldns/ldns-1.8.0-r4.ebuild +++ b/net-libs/ldns/ldns-1.8.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0/3" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+dane doc +ecdsa ed25519 ed448 examples gost python static-libs vim-syntax" # configure will die if ecdsa is enabled and ssl is not |