commit:     331ef388a343156c8c13cc1007e9ecd353f55e50
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 22:33:20 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 22:33:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331ef388

dev-libs/libgpg-error: USE="static-libs" for sys-power/suspend[crypt]

Bug: https://bugs.gentoo.org/751568
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-libs/libgpg-error/libgpg-error-1.38.ebuild | 7 ++++---
 dev-libs/libgpg-error/libgpg-error-1.39.ebuild | 7 ++++---
 dev-libs/libgpg-error/libgpg-error-1.41.ebuild | 7 ++++---
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/dev-libs/libgpg-error/libgpg-error-1.38.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.38.ebuild
index a27a868a101..8c33f5a979d 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.38.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.38.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 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"
-IUSE="common-lisp nls"
+IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}"
@@ -53,7 +53,8 @@ multilib_src_configure() {
                $(multilib_is_native_abi || echo --disable-languages)
                $(use_enable common-lisp languages)
                $(use_enable nls)
-               --disable-static
+               # required for sys-power/suspend[crypt], bug 751568
+               $(use_enable static-libs static)
                --enable-threads
                CC_FOR_BUILD="$(tc-getBUILD_CC)"
                $("${S}/configure" --help | grep -o -- '--without-.*-prefix')

diff --git a/dev-libs/libgpg-error/libgpg-error-1.39.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.39.ebuild
index 7cdaab3047a..39d51aace0f 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.39.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.39.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 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"
-IUSE="common-lisp nls"
+IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}"
@@ -44,7 +44,8 @@ multilib_src_configure() {
                $(multilib_is_native_abi || echo --disable-languages)
                $(use_enable common-lisp languages)
                $(use_enable nls)
-               --disable-static
+               # required for sys-power/suspend[crypt], bug 751568
+               $(use_enable static-libs static)
                --enable-threads
                CC_FOR_BUILD="$(tc-getBUILD_CC)"
                $("${S}/configure" --help | grep -o -- '--without-.*-prefix')

diff --git a/dev-libs/libgpg-error/libgpg-error-1.41.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.41.ebuild
index be7802c9db4..b950fc2c74f 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.41.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.41.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 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"
-IUSE="common-lisp nls"
+IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}"
@@ -59,7 +59,8 @@ multilib_src_configure() {
                $(multilib_is_native_abi || echo --disable-languages)
                $(use_enable common-lisp languages)
                $(use_enable nls)
-               --disable-static
+               # required for sys-power/suspend[crypt], bug 751568
+               $(use_enable static-libs static)
                --enable-threads
                CC_FOR_BUILD="$(tc-getBUILD_CC)"
                $("${S}/configure" --help | grep -o -- '--without-.*-prefix')

Reply via email to