commit:     35f60767c873413f26fbee7ee7d48ecb9babf8b2
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Apr  2 06:42:22 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Apr  2 07:03:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f60767

sys-libs/libunwind: When USE="lzma", depend on app-arch/xz-utils[static-libs?].

libunwind*.a static libraries require liblzma.a static library.

Bug: https://bugs.gentoo.org/693250
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-libs/libunwind/libunwind-1.2.1-r3.ebuild | 2 +-
 sys-libs/libunwind/libunwind-1.3.1.ebuild    | 2 +-
 sys-libs/libunwind/libunwind-1.4.0.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild 
b/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild
index 2a393c6232e..9e16b6ea9ee 100644
--- a/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild
+++ b/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild
@@ -19,7 +19,7 @@ IUSE="debug debug-frame doc libatomic lzma +static-libs"
 RESTRICT="test" # half of tests are broken (toolchain version dependent)
 
 # We just use the header from libatomic.
-RDEPEND="lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] )"
+RDEPEND="lzma? ( app-arch/xz-utils[static-libs?,${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
        libatomic? ( dev-libs/libatomic_ops[${MULTILIB_USEDEP}] )"
 

diff --git a/sys-libs/libunwind/libunwind-1.3.1.ebuild 
b/sys-libs/libunwind/libunwind-1.3.1.ebuild
index 83400a3ec9b..527b3b9c823 100644
--- a/sys-libs/libunwind/libunwind-1.3.1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.3.1.ebuild
@@ -19,7 +19,7 @@ IUSE="debug debug-frame doc libatomic lzma +static-libs"
 RESTRICT="test" # half of tests are broken (toolchain version dependent)
 
 # We just use the header from libatomic.
-RDEPEND="lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] )"
+RDEPEND="lzma? ( app-arch/xz-utils[static-libs?,${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
        libatomic? ( dev-libs/libatomic_ops[${MULTILIB_USEDEP}] )"
 

diff --git a/sys-libs/libunwind/libunwind-1.4.0.ebuild 
b/sys-libs/libunwind/libunwind-1.4.0.ebuild
index 00f1da15174..dd6e60a6c2a 100644
--- a/sys-libs/libunwind/libunwind-1.4.0.ebuild
+++ b/sys-libs/libunwind/libunwind-1.4.0.ebuild
@@ -19,7 +19,7 @@ IUSE="debug debug-frame doc libatomic lzma +static-libs"
 RESTRICT="test" # some tests are broken (toolchain version dependent)
 
 # We just use the header from libatomic.
-RDEPEND="lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] )"
+RDEPEND="lzma? ( app-arch/xz-utils[static-libs?,${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
        libatomic? ( dev-libs/libatomic_ops[${MULTILIB_USEDEP}] )"
 

Reply via email to