From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23AE8138350 for ; Thu, 2 Apr 2020 07:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 308C4E0ABE; Thu, 2 Apr 2020 07:03:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B879CE0AA1 for ; Thu, 2 Apr 2020 07:03:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50CF134F151 for ; Thu, 2 Apr 2020 07:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B34A9150 for ; Thu, 2 Apr 2020 07:03:38 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1585811010.35f60767c873413f26fbee7ee7d48ecb9babf8b2.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libunwind/libunwind-1.2.1-r3.ebuild sys-libs/libunwind/libunwind-1.3.1.ebuild sys-libs/libunwind/libunwind-1.4.0.ebuild X-VCS-Directories: sys-libs/libunwind/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 35f60767c873413f26fbee7ee7d48ecb9babf8b2 X-VCS-Branch: master Date: Thu, 2 Apr 2020 07:03:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5bf37121-ed53-4142-bb31-6497583f66c0 X-Archives-Hash: b70c77c18d0d27cee8838e89a7ef37e2 commit: 35f60767c873413f26fbee7ee7d48ecb9babf8b2 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Apr 2 06:42:22 2020 +0000 Commit: Sergei Trofimovich gentoo 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 Apache.Org> Signed-off-by: Sergei Trofimovich 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}] )"