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/libgpg-error/
Date: Sat, 02 Jan 2021 22:33:33
Message-Id: 1609626800.331ef388a343156c8c13cc1007e9ecd353f55e50.soap@gentoo
1 commit: 331ef388a343156c8c13cc1007e9ecd353f55e50
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 22:33:20 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 22:33:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331ef388
7
8 dev-libs/libgpg-error: 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/libgpg-error/libgpg-error-1.38.ebuild | 7 ++++---
15 dev-libs/libgpg-error/libgpg-error-1.39.ebuild | 7 ++++---
16 dev-libs/libgpg-error/libgpg-error-1.41.ebuild | 7 ++++---
17 3 files changed, 12 insertions(+), 9 deletions(-)
18
19 diff --git a/dev-libs/libgpg-error/libgpg-error-1.38.ebuild b/dev-libs/libgpg-error/libgpg-error-1.38.ebuild
20 index a27a868a101..8c33f5a979d 100644
21 --- a/dev-libs/libgpg-error/libgpg-error-1.38.ebuild
22 +++ b/dev-libs/libgpg-error/libgpg-error-1.38.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -13,7 +13,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2
30 LICENSE="GPL-2 LGPL-2.1"
31 SLOT="0"
32 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"
33 -IUSE="common-lisp nls"
34 +IUSE="common-lisp nls static-libs"
35
36 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
37 DEPEND="${RDEPEND}"
38 @@ -53,7 +53,8 @@ multilib_src_configure() {
39 $(multilib_is_native_abi || echo --disable-languages)
40 $(use_enable common-lisp languages)
41 $(use_enable nls)
42 - --disable-static
43 + # required for sys-power/suspend[crypt], bug 751568
44 + $(use_enable static-libs static)
45 --enable-threads
46 CC_FOR_BUILD="$(tc-getBUILD_CC)"
47 $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
48
49 diff --git a/dev-libs/libgpg-error/libgpg-error-1.39.ebuild b/dev-libs/libgpg-error/libgpg-error-1.39.ebuild
50 index 7cdaab3047a..39d51aace0f 100644
51 --- a/dev-libs/libgpg-error/libgpg-error-1.39.ebuild
52 +++ b/dev-libs/libgpg-error/libgpg-error-1.39.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2020 Gentoo Authors
55 +# Copyright 1999-2021 Gentoo Authors
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=7
59 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
60 LICENSE="GPL-2 LGPL-2.1"
61 SLOT="0"
62 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"
63 -IUSE="common-lisp nls"
64 +IUSE="common-lisp nls static-libs"
65
66 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
67 DEPEND="${RDEPEND}"
68 @@ -44,7 +44,8 @@ multilib_src_configure() {
69 $(multilib_is_native_abi || echo --disable-languages)
70 $(use_enable common-lisp languages)
71 $(use_enable nls)
72 - --disable-static
73 + # required for sys-power/suspend[crypt], bug 751568
74 + $(use_enable static-libs static)
75 --enable-threads
76 CC_FOR_BUILD="$(tc-getBUILD_CC)"
77 $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
78
79 diff --git a/dev-libs/libgpg-error/libgpg-error-1.41.ebuild b/dev-libs/libgpg-error/libgpg-error-1.41.ebuild
80 index be7802c9db4..b950fc2c74f 100644
81 --- a/dev-libs/libgpg-error/libgpg-error-1.41.ebuild
82 +++ b/dev-libs/libgpg-error/libgpg-error-1.41.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2020 Gentoo Authors
85 +# Copyright 1999-2021 Gentoo Authors
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI=7
89 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
90 LICENSE="GPL-2 LGPL-2.1"
91 SLOT="0"
92 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
93 -IUSE="common-lisp nls"
94 +IUSE="common-lisp nls static-libs"
95
96 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
97 DEPEND="${RDEPEND}"
98 @@ -59,7 +59,8 @@ multilib_src_configure() {
99 $(multilib_is_native_abi || echo --disable-languages)
100 $(use_enable common-lisp languages)
101 $(use_enable nls)
102 - --disable-static
103 + # required for sys-power/suspend[crypt], bug 751568
104 + $(use_enable static-libs static)
105 --enable-threads
106 CC_FOR_BUILD="$(tc-getBUILD_CC)"
107 $("${S}/configure" --help | grep -o -- '--without-.*-prefix')