summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-12-17 17:01:19 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-12-17 17:06:12 +0000
commit0c0165f5683ce1cd31b964a4d44691af14399b6a (patch)
treec6eae3e254eede0bf6b05dbd6f985616bdf7869a /sys-libs/libunwind
parentdev-libs/gf-complete: Stabilize 2.0.0-r1 amd64, #757993 (diff)
downloadgentoo-0c0165f5683ce1cd31b964a4d44691af14399b6a.tar.gz
gentoo-0c0165f5683ce1cd31b964a4d44691af14399b6a.tar.bz2
gentoo-0c0165f5683ce1cd31b964a4d44691af14399b6a.zip
sys-libs/libunwind: revert "don't enable USE=static-libs by default"
This reverts commit 80060a9a59c525eb77d95eba9a234ce6566f4b51. sys-libs/libcxxabi requires sys-libs/libunwind[static-libs] enabled by default. Let's change the default in a revbump. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs/libunwind')
-rw-r--r--sys-libs/libunwind/libunwind-1.4.0.ebuild2
-rw-r--r--sys-libs/libunwind/libunwind-1.5.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libunwind/libunwind-1.4.0.ebuild b/sys-libs/libunwind/libunwind-1.4.0.ebuild
index 4f7a2fc9609f..f3a6bbb9eff6 100644
--- a/sys-libs/libunwind/libunwind-1.4.0.ebuild
+++ b/sys-libs/libunwind/libunwind-1.4.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://nongnu/libunwind/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0/8" # libunwind.so.8
KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 -sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug debug-frame doc libatomic lzma static-libs"
+IUSE="debug debug-frame doc libatomic lzma +static-libs"
RESTRICT="test" # some tests are broken (toolchain version dependent)
diff --git a/sys-libs/libunwind/libunwind-1.5.0.ebuild b/sys-libs/libunwind/libunwind-1.5.0.ebuild
index c1ab6e0a1e03..42ee07e1b350 100644
--- a/sys-libs/libunwind/libunwind-1.5.0.ebuild
+++ b/sys-libs/libunwind/libunwind-1.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://nongnu/libunwind/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0/8" # libunwind.so.8
KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 -sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug debug-frame doc libatomic lzma static-libs zlib"
+IUSE="debug debug-frame doc libatomic lzma +static-libs zlib"
RESTRICT="test" # some tests are broken (toolchain version dependent, rely on external binaries)