summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-14 21:01:52 +0000
committerSam James <sam@gentoo.org>2024-01-14 21:02:36 +0000
commit547c370b97ab2fb620bb4e134a995bfa5475a0f9 (patch)
tree194d996789ecaefc26f1e4f0bff2b41af8c5bf23 /sys-libs/libunwind/libunwind-9999.ebuild
parentnet-analyzer/nmap: add references to patch (diff)
downloadgentoo-547c370b97ab2fb620bb4e134a995bfa5475a0f9.tar.gz
gentoo-547c370b97ab2fb620bb4e134a995bfa5475a0f9.tar.bz2
gentoo-547c370b97ab2fb620bb4e134a995bfa5475a0f9.zip
sys-libs/libunwind: add 1.8.0
Closes: https://bugs.gentoo.org/918969 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libunwind/libunwind-9999.ebuild')
-rw-r--r--sys-libs/libunwind/libunwind-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/libunwind/libunwind-9999.ebuild b/sys-libs/libunwind/libunwind-9999.ebuild
index a3d63d421da6..7ddf3fd67d2c 100644
--- a/sys-libs/libunwind/libunwind-9999.ebuild
+++ b/sys-libs/libunwind/libunwind-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2005-2023 Gentoo Authors
+# Copyright 2005-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ EAPI=8
: ${LIBUNWIND_DOCS_PREBUILT:=1}
LIBUNWIND_DOCS_PREBUILT_DEV=sam
-LIBUNWIND_DOCS_VERSION=1.7.1
+LIBUNWIND_DOCS_VERSION=1.8.0
# Default to generating docs (inc. man pages) if no prebuilt; overridden later
LIBUNWIND_DOCS_USEFLAG="+doc"
@@ -117,7 +117,6 @@ multilib_src_compile() {
}
multilib_src_test() {
- # Explicitly allow parallel build of tests.
# Sandbox causes some tests to freak out.
SANDBOX_ON=0 emake check
}