Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/
Date: Thu, 02 Apr 2020 07:03:43
Message-Id: 1585811010.35f60767c873413f26fbee7ee7d48ecb9babf8b2.slyfox@gentoo
1 commit: 35f60767c873413f26fbee7ee7d48ecb9babf8b2
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Apr 2 06:42:22 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 2 07:03:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f60767
7
8 sys-libs/libunwind: When USE="lzma", depend on app-arch/xz-utils[static-libs?].
9
10 libunwind*.a static libraries require liblzma.a static library.
11
12 Bug: https://bugs.gentoo.org/693250
13 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 sys-libs/libunwind/libunwind-1.2.1-r3.ebuild | 2 +-
17 sys-libs/libunwind/libunwind-1.3.1.ebuild | 2 +-
18 sys-libs/libunwind/libunwind-1.4.0.ebuild | 2 +-
19 3 files changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild b/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild
22 index 2a393c6232e..9e16b6ea9ee 100644
23 --- a/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild
24 +++ b/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild
25 @@ -19,7 +19,7 @@ IUSE="debug debug-frame doc libatomic lzma +static-libs"
26 RESTRICT="test" # half of tests are broken (toolchain version dependent)
27
28 # We just use the header from libatomic.
29 -RDEPEND="lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] )"
30 +RDEPEND="lzma? ( app-arch/xz-utils[static-libs?,${MULTILIB_USEDEP}] )"
31 DEPEND="${RDEPEND}
32 libatomic? ( dev-libs/libatomic_ops[${MULTILIB_USEDEP}] )"
33
34
35 diff --git a/sys-libs/libunwind/libunwind-1.3.1.ebuild b/sys-libs/libunwind/libunwind-1.3.1.ebuild
36 index 83400a3ec9b..527b3b9c823 100644
37 --- a/sys-libs/libunwind/libunwind-1.3.1.ebuild
38 +++ b/sys-libs/libunwind/libunwind-1.3.1.ebuild
39 @@ -19,7 +19,7 @@ IUSE="debug debug-frame doc libatomic lzma +static-libs"
40 RESTRICT="test" # half of tests are broken (toolchain version dependent)
41
42 # We just use the header from libatomic.
43 -RDEPEND="lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] )"
44 +RDEPEND="lzma? ( app-arch/xz-utils[static-libs?,${MULTILIB_USEDEP}] )"
45 DEPEND="${RDEPEND}
46 libatomic? ( dev-libs/libatomic_ops[${MULTILIB_USEDEP}] )"
47
48
49 diff --git a/sys-libs/libunwind/libunwind-1.4.0.ebuild b/sys-libs/libunwind/libunwind-1.4.0.ebuild
50 index 00f1da15174..dd6e60a6c2a 100644
51 --- a/sys-libs/libunwind/libunwind-1.4.0.ebuild
52 +++ b/sys-libs/libunwind/libunwind-1.4.0.ebuild
53 @@ -19,7 +19,7 @@ IUSE="debug debug-frame doc libatomic lzma +static-libs"
54 RESTRICT="test" # some tests are broken (toolchain version dependent)
55
56 # We just use the header from libatomic.
57 -RDEPEND="lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] )"
58 +RDEPEND="lzma? ( app-arch/xz-utils[static-libs?,${MULTILIB_USEDEP}] )"
59 DEPEND="${RDEPEND}
60 libatomic? ( dev-libs/libatomic_ops[${MULTILIB_USEDEP}] )"