From f9f25264db5f9b932ff0651ad398eb24e9fbf822 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sat, 2 May 2020 10:14:46 +0200 Subject: [PATCH] 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 --- 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(-) rename dev-libs/nettle/{nettle-3.5.1.ebuild => nettle-3.5.1-r1.ebuild} (98%) rename dev-libs/nettle/{nettle-3.6-r1.ebuild => nettle-3.6-r2.ebuild} (98%) 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 c33c2e4f2b40..0d382cd2fe15 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 1de120f0b9ca..8bac0c13512c 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) \ -- 2.26.2