Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 693250 | Differences between
and this patch

Collapse All | Expand All

(-)a/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild (-1 / +1 lines)
Lines 19-25 IUSE="debug debug-frame doc libatomic lzma +static-libs" Link Here
19
RESTRICT="test" # half of tests are broken (toolchain version dependent)
19
RESTRICT="test" # half of tests are broken (toolchain version dependent)
20
20
21
# We just use the header from libatomic.
21
# We just use the header from libatomic.
22
RDEPEND="lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] )"
22
RDEPEND="lzma? ( app-arch/xz-utils[static-libs?,${MULTILIB_USEDEP}] )"
23
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
24
	libatomic? ( dev-libs/libatomic_ops[${MULTILIB_USEDEP}] )"
24
	libatomic? ( dev-libs/libatomic_ops[${MULTILIB_USEDEP}] )"
25
25
(-)a/sys-libs/libunwind/libunwind-1.3.1.ebuild (-1 / +1 lines)
Lines 19-25 IUSE="debug debug-frame doc libatomic lzma +static-libs" Link Here
19
RESTRICT="test" # half of tests are broken (toolchain version dependent)
19
RESTRICT="test" # half of tests are broken (toolchain version dependent)
20
20
21
# We just use the header from libatomic.
21
# We just use the header from libatomic.
22
RDEPEND="lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] )"
22
RDEPEND="lzma? ( app-arch/xz-utils[static-libs?,${MULTILIB_USEDEP}] )"
23
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
24
	libatomic? ( dev-libs/libatomic_ops[${MULTILIB_USEDEP}] )"
24
	libatomic? ( dev-libs/libatomic_ops[${MULTILIB_USEDEP}] )"
25
25
(-)a/sys-libs/libunwind/libunwind-1.4.0.ebuild (-2 / +1 lines)
Lines 19-25 IUSE="debug debug-frame doc libatomic lzma +static-libs" Link Here
19
RESTRICT="test" # some tests are broken (toolchain version dependent)
19
RESTRICT="test" # some tests are broken (toolchain version dependent)
20
20
21
# We just use the header from libatomic.
21
# We just use the header from libatomic.
22
RDEPEND="lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] )"
22
RDEPEND="lzma? ( app-arch/xz-utils[static-libs?,${MULTILIB_USEDEP}] )"
23
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
24
	libatomic? ( dev-libs/libatomic_ops[${MULTILIB_USEDEP}] )"
24
	libatomic? ( dev-libs/libatomic_ops[${MULTILIB_USEDEP}] )"
25
25
26
- 

Return to bug 693250