summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-04-02 06:42:22 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-04-02 08:03:30 +0100
commit35f60767c873413f26fbee7ee7d48ecb9babf8b2 (patch)
treef22ac27ba3cb8a58fc26309f80829c77f80689de /sys-libs/libunwind
parentdev-libs/libgit2: Bump to 1.0.0 (diff)
downloadgentoo-35f60767c873413f26fbee7ee7d48ecb9babf8b2.tar.gz
gentoo-35f60767c873413f26fbee7ee7d48ecb9babf8b2.tar.bz2
gentoo-35f60767c873413f26fbee7ee7d48ecb9babf8b2.zip
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@Apache.Org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs/libunwind')
-rw-r--r--sys-libs/libunwind/libunwind-1.2.1-r3.ebuild2
-rw-r--r--sys-libs/libunwind/libunwind-1.3.1.ebuild2
-rw-r--r--sys-libs/libunwind/libunwind-1.4.0.ebuild2
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 2a393c6232eb..9e16b6ea9ee0 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 83400a3ec9b9..527b3b9c8231 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 00f1da151747..dd6e60a6c2ae 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}] )"