Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgcrypt/
Date: Sat, 02 Jan 2021 22:33:32
Message-Id: 1609626799.4b3cb4b10ca8451b78d225ac90ccda6724600c15.soap@gentoo
1 commit: 4b3cb4b10ca8451b78d225ac90ccda6724600c15
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 22:33:19 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 22:33:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3cb4b1
7
8 dev-libs/libgcrypt: USE="static-libs" for sys-power/suspend[crypt]
9
10 Bug: https://bugs.gentoo.org/751568
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild | 7 ++++---
15 dev-libs/libgcrypt/libgcrypt-1.8.7.ebuild | 7 ++++---
16 2 files changed, 8 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild b/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild
19 index fe147aa0b12..9f172592690 100644
20 --- a/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild
21 +++ b/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
29 LICENSE="LGPL-2.1 MIT"
30 SLOT="0/20" # subslot = soname major version
31 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
32 -IUSE="doc o-flag-munging"
33 +IUSE="doc o-flag-munging static-libs"
34
35 RDEPEND=">=dev-libs/libgpg-error-1.25[${MULTILIB_USEDEP}]"
36 DEPEND="${RDEPEND}"
37 @@ -42,7 +42,8 @@ multilib_src_configure() {
38 local myeconfargs=(
39 CC_FOR_BUILD="$(tc-getBUILD_CC)"
40 --enable-noexecstack
41 - --disable-static
42 + # required for sys-power/suspend[crypt], bug 751568
43 + $(use_enable static-libs static)
44 $(use_enable o-flag-munging O-flag-munging)
45
46 # disabled due to various applications requiring privileges
47
48 diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.7.ebuild b/dev-libs/libgcrypt/libgcrypt-1.8.7.ebuild
49 index d3d9b405a53..507cb4e72cf 100644
50 --- a/dev-libs/libgcrypt/libgcrypt-1.8.7.ebuild
51 +++ b/dev-libs/libgcrypt/libgcrypt-1.8.7.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2020 Gentoo Authors
54 +# Copyright 1999-2021 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=7
58 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
59 LICENSE="LGPL-2.1 MIT"
60 SLOT="0/20" # subslot = soname major version
61 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
62 -IUSE="doc o-flag-munging"
63 +IUSE="doc o-flag-munging static-libs"
64
65 RDEPEND=">=dev-libs/libgpg-error-1.25[${MULTILIB_USEDEP}]"
66 DEPEND="${RDEPEND}"
67 @@ -42,7 +42,8 @@ multilib_src_configure() {
68 local myeconfargs=(
69 CC_FOR_BUILD="$(tc-getBUILD_CC)"
70 --enable-noexecstack
71 - --disable-static
72 + # required for sys-power/suspend[crypt], bug 751568
73 + $(use_enable static-libs static)
74 $(use_enable o-flag-munging O-flag-munging)
75
76 # disabled due to various applications requiring privileges