summaryrefslogtreecommitdiff
path: root/sys-libs
diff options
context:
space:
mode:
authorCrucible <crucible@localhost>2026-09-22 18:47:35 -0500
committerCrucible <crucible@localhost>2026-09-22 18:47:35 -0500
commitcde96c5ea0c81397fd3214d455a374f76179a7aa (patch)
tree12c86d59eb88887c244b1145411db084ae5a6c1f /sys-libs
parent47516b9667518dacb1efd6d257f7b3e6a481ec93 (diff)
downloadbaldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.gz
baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.xz
baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.zip
Publish baldeagleos-repo candidate 0000000325-20260922-184323
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libblockdev/libblockdev-3.5.0.ebuild2
-rw-r--r--sys-libs/libunwind/files/libunwind-1.8.3-another-typo.patch27
-rw-r--r--sys-libs/libunwind/libunwind-1.8.3.ebuild3
-rw-r--r--sys-libs/liburing/liburing-2.12.ebuild2
4 files changed, 31 insertions, 3 deletions
diff --git a/sys-libs/libblockdev/libblockdev-3.5.0.ebuild b/sys-libs/libblockdev/libblockdev-3.5.0.ebuild
index 9371d2ebee47..c76695af26fb 100644
--- a/sys-libs/libblockdev/libblockdev-3.5.0.ebuild
+++ b/sys-libs/libblockdev/libblockdev-3.5.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
"
else
SRC_URI="https://github.com/storaged-project/${PN}/releases/download/${PV}/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
fi
LICENSE="LGPL-2+"
diff --git a/sys-libs/libunwind/files/libunwind-1.8.3-another-typo.patch b/sys-libs/libunwind/files/libunwind-1.8.3-another-typo.patch
new file mode 100644
index 000000000000..3e01af7b971f
--- /dev/null
+++ b/sys-libs/libunwind/files/libunwind-1.8.3-another-typo.patch
@@ -0,0 +1,27 @@
+https://bugs.gentoo.org/982993
+https://github.com/libunwind/libunwind/commit/8e6a348b94a1b8e77ec2a086ff27ea9b78357d71
+
+From 8e6a348b94a1b8e77ec2a086ff27ea9b78357d71 Mon Sep 17 00:00:00 2001
+From: Matt Turner <mattst88@gmail.com>
+Date: Sat, 25 Apr 2026 10:14:20 -0400
+Subject: [PATCH] configure: Fix -WCClinker typo; should be -XCClinker
+
+Fixes: 5f46ba49 ("Made -nostdlib depend on exception support")
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index e5907a0b9..36d21f24a 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -302,7 +302,7 @@ AM_COND_IF([SUPPORT_CXX_EXCEPTIONS],
+ [gcc_s gcc],
+ [AS_IF([test "$ac_cv_search__Unwind_Resume" != "none required"],
+ [AC_SUBST([UNW_CRT_LIBADD], ["-lc $ac_cv_search__Unwind_Resume"])
+- AC_SUBST([UNW_CRT_LDFLAGS], ["-WCClinker -nostdlib"])])
++ AC_SUBST([UNW_CRT_LDFLAGS], ["-XCClinker -nostdlib"])])
+ ],,
+ [-lc])
+ LDFLAGS="$save_LDFLAGS"]
+
diff --git a/sys-libs/libunwind/libunwind-1.8.3.ebuild b/sys-libs/libunwind/libunwind-1.8.3.ebuild
index 175dbaee4182..38910f8b4dba 100644
--- a/sys-libs/libunwind/libunwind-1.8.3.ebuild
+++ b/sys-libs/libunwind/libunwind-1.8.3.ebuild
@@ -31,7 +31,7 @@ else
S="${WORKDIR}"/${P/_rc/-rc}
if [[ ${PV} != *_rc* ]] ; then
- KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 -sparc x86"
+ KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 -sparc x86"
fi
fi
@@ -77,6 +77,7 @@ MULTILIB_WRAPPED_HEADERS=(
PATCHES=(
"${FILESDIR}"/${P}-typo.patch
+ "${FILESDIR}"/${P}-another-typo.patch
)
src_prepare() {
diff --git a/sys-libs/liburing/liburing-2.12.ebuild b/sys-libs/liburing/liburing-2.12.ebuild
index 599536b0b2fd..092ea670aceb 100644
--- a/sys-libs/liburing/liburing-2.12.ebuild
+++ b/sys-libs/liburing/liburing-2.12.ebuild
@@ -15,7 +15,7 @@ else
SRC_URI="
https://github.com/axboe/liburing/archive/refs/tags/${P}.tar.gz
"
- KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
QA_PKGCONFIG_VERSION=${PV}
S="${WORKDIR}"/liburing-${P}
fi