Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nettle/
Date: Tue, 30 Aug 2022 19:06:28
Message-Id: 1661886372.8d4c8ae655af2ed2a02ef267c317105995060414.sam@gentoo
1 commit: 8d4c8ae655af2ed2a02ef267c317105995060414
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:37:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 19:06:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4c8ae6
7
8 dev-libs/nettle: limit multilib features (drop doc)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/nettle/nettle-3.7.3.ebuild | 2 +-
13 dev-libs/nettle/nettle-3.8.1.ebuild | 2 +-
14 dev-libs/nettle/nettle-3.8.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/nettle/nettle-3.7.3.ebuild b/dev-libs/nettle/nettle-3.7.3.ebuild
18 index aefc0ce29b94..755887dee959 100644
19 --- a/dev-libs/nettle/nettle-3.7.3.ebuild
20 +++ b/dev-libs/nettle/nettle-3.7.3.ebuild
21 @@ -54,7 +54,7 @@ multilib_src_configure() {
22 $(use_enable cpu_flags_x86_aes x86-aesni)
23 $(use_enable cpu_flags_x86_sha x86-sha-ni)
24 $(use_enable asm assembler)
25 - $(use_enable doc documentation)
26 + $(multilib_native_use_enable doc documentation)
27 $(use_enable gmp public-key)
28 $(use_enable cpu_flags_arm_neon arm-neon)
29 $(use_enable static-libs static)
30
31 diff --git a/dev-libs/nettle/nettle-3.8.1.ebuild b/dev-libs/nettle/nettle-3.8.1.ebuild
32 index a032f465d13b..3112c0dba761 100644
33 --- a/dev-libs/nettle/nettle-3.8.1.ebuild
34 +++ b/dev-libs/nettle/nettle-3.8.1.ebuild
35 @@ -71,7 +71,7 @@ multilib_src_configure() {
36 --disable-s390x-msa
37
38 $(use_enable asm assembler)
39 - $(use_enable doc documentation)
40 + $(multilib_native_use_enable doc documentation)
41 $(use_enable gmp public-key)
42 $(use_enable static-libs static)
43 --disable-fat
44
45 diff --git a/dev-libs/nettle/nettle-3.8.ebuild b/dev-libs/nettle/nettle-3.8.ebuild
46 index b5d3adf935d1..95a23319516d 100644
47 --- a/dev-libs/nettle/nettle-3.8.ebuild
48 +++ b/dev-libs/nettle/nettle-3.8.ebuild
49 @@ -68,7 +68,7 @@ multilib_src_configure() {
50 --disable-s390x-msa
51
52 $(use_enable asm assembler)
53 - $(use_enable doc documentation)
54 + $(multilib_native_use_enable doc documentation)
55 $(use_enable gmp public-key)
56 $(use_enable static-libs static)
57 --disable-fat