summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-12-17 14:49:36 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-12-17 14:56:25 +0000
commit80060a9a59c525eb77d95eba9a234ce6566f4b51 (patch)
tree4ce05cae4de7ae62ea91cf15ef37420cf7c9238b /sys-libs
parentmail-client/thunderbird-bin: security cleanup (diff)
downloadgentoo-80060a9a59c525eb77d95eba9a234ce6566f4b51.tar.gz
gentoo-80060a9a59c525eb77d95eba9a234ce6566f4b51.tar.bz2
gentoo-80060a9a59c525eb77d95eba9a234ce6566f4b51.zip
sys-libs/libunwind: don't enable USE=static-libs by default
There should be no depends that require static libunwind. Let's do only dynamic by default. That way we can avoid enabling USE=static-libs on zlib and lzma. Reported-by: David Michael <fedora.dm0@gmail.com> Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs')
-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 f3a6bbb9eff6..4f7a2fc9609f 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 42ee07e1b350..c1ab6e0a1e03 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)