Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nettle/
Date: Sat, 02 May 2020 08:17:14
Message-Id: 1588407397.f9f25264db5f9b932ff0651ad398eb24e9fbf822.whissi@gentoo
1 commit: f9f25264db5f9b932ff0651ad398eb24e9fbf822
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 2 08:14:46 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 08:16:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f25264
7
8 dev-libs/nettle: fix configure
9
10 Thanks-to: Sam James (sam_c)
11 Closes: https://bugs.gentoo.org/720360
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 dev-libs/nettle/{nettle-3.5.1.ebuild => nettle-3.5.1-r1.ebuild} | 2 +-
16 dev-libs/nettle/{nettle-3.6-r1.ebuild => nettle-3.6-r2.ebuild} | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-libs/nettle/nettle-3.5.1.ebuild b/dev-libs/nettle/nettle-3.5.1-r1.ebuild
20 similarity index 98%
21 rename from dev-libs/nettle/nettle-3.5.1.ebuild
22 rename to dev-libs/nettle/nettle-3.5.1-r1.ebuild
23 index c33c2e4f2b4..0d382cd2fe1 100644
24 --- a/dev-libs/nettle/nettle-3.5.1.ebuild
25 +++ b/dev-libs/nettle/nettle-3.5.1-r1.ebuild
26 @@ -52,7 +52,7 @@ multilib_src_configure() {
27 $(tc-is-static-only && echo --disable-shared) \
28 $(use_enable cpu_flags_x86_aes x86-aesni) \
29 $(use_enable cpu_flags_x86_sha x86-sha-ni) \
30 - $(use_enable asm assembler)
31 + $(use_enable asm assembler) \
32 $(use_enable doc documentation) \
33 $(use_enable gmp public-key) \
34 $(use_enable cpu_flags_arm_neon arm-neon) \
35
36 diff --git a/dev-libs/nettle/nettle-3.6-r1.ebuild b/dev-libs/nettle/nettle-3.6-r2.ebuild
37 similarity index 98%
38 rename from dev-libs/nettle/nettle-3.6-r1.ebuild
39 rename to dev-libs/nettle/nettle-3.6-r2.ebuild
40 index 1de120f0b9c..8bac0c13512 100644
41 --- a/dev-libs/nettle/nettle-3.6-r1.ebuild
42 +++ b/dev-libs/nettle/nettle-3.6-r2.ebuild
43 @@ -52,7 +52,7 @@ multilib_src_configure() {
44 $(tc-is-static-only && echo --disable-shared) \
45 $(use_enable cpu_flags_x86_aes x86-aesni) \
46 $(use_enable cpu_flags_x86_sha x86-sha-ni) \
47 - $(use_enable asm assembler)
48 + $(use_enable asm assembler) \
49 $(use_enable doc documentation) \
50 $(use_enable gmp public-key) \
51 $(use_enable cpu_flags_arm_neon arm-neon) \