commit: f9f25264db5f9b932ff0651ad398eb24e9fbf822 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat May 2 08:14:46 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat May 2 08:16:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f25264
dev-libs/nettle: fix configure Thanks-to: Sam James (sam_c) Closes: https://bugs.gentoo.org/720360 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> dev-libs/nettle/{nettle-3.5.1.ebuild => nettle-3.5.1-r1.ebuild} | 2 +- dev-libs/nettle/{nettle-3.6-r1.ebuild => nettle-3.6-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/nettle/nettle-3.5.1.ebuild b/dev-libs/nettle/nettle-3.5.1-r1.ebuild similarity index 98% rename from dev-libs/nettle/nettle-3.5.1.ebuild rename to dev-libs/nettle/nettle-3.5.1-r1.ebuild index c33c2e4f2b4..0d382cd2fe1 100644 --- a/dev-libs/nettle/nettle-3.5.1.ebuild +++ b/dev-libs/nettle/nettle-3.5.1-r1.ebuild @@ -52,7 +52,7 @@ multilib_src_configure() { $(tc-is-static-only && echo --disable-shared) \ $(use_enable cpu_flags_x86_aes x86-aesni) \ $(use_enable cpu_flags_x86_sha x86-sha-ni) \ - $(use_enable asm assembler) + $(use_enable asm assembler) \ $(use_enable doc documentation) \ $(use_enable gmp public-key) \ $(use_enable cpu_flags_arm_neon arm-neon) \ diff --git a/dev-libs/nettle/nettle-3.6-r1.ebuild b/dev-libs/nettle/nettle-3.6-r2.ebuild similarity index 98% rename from dev-libs/nettle/nettle-3.6-r1.ebuild rename to dev-libs/nettle/nettle-3.6-r2.ebuild index 1de120f0b9c..8bac0c13512 100644 --- a/dev-libs/nettle/nettle-3.6-r1.ebuild +++ b/dev-libs/nettle/nettle-3.6-r2.ebuild @@ -52,7 +52,7 @@ multilib_src_configure() { $(tc-is-static-only && echo --disable-shared) \ $(use_enable cpu_flags_x86_aes x86-aesni) \ $(use_enable cpu_flags_x86_sha x86-sha-ni) \ - $(use_enable asm assembler) + $(use_enable asm assembler) \ $(use_enable doc documentation) \ $(use_enable gmp public-key) \ $(use_enable cpu_flags_arm_neon arm-neon) \
