From fdcb03b668aa57c326ee96bc16d34974c80afbdf Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:02:35 +0100 Subject: [PATCH 01/20] dev-lang/fpc: use downloads.freepascal.org for SRC_URI Followup to c7b0a652d99ba6813e0d2f8ef6a60382cf4a149a. They're still using sourceforge as a mirror but this leads to noise w/ "missing" remote-id and seems more futureproof to use this location anyway. Signed-off-by: Sam James --- dev-lang/fpc/fpc-3.2.2.ebuild | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/dev-lang/fpc/fpc-3.2.2.ebuild b/dev-lang/fpc/fpc-3.2.2.ebuild index 8230343c8e345..4c942fec4f853 100644 --- a/dev-lang/fpc/fpc-3.2.2.ebuild +++ b/dev-lang/fpc/fpc-3.2.2.ebuild @@ -1,19 +1,22 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit prefix toolchain-funcs -HOMEPAGE="https://www.freepascal.org/" DESCRIPTION="Free Pascal Compiler" -SRC_URI="https://downloads.sourceforge.net/freepascal/fpcbuild-${PV}.tar.gz - https://downloads.sourceforge.net/freepascal/fpc-${PV}.source.tar.gz - amd64? ( https://downloads.sourceforge.net/freepascal/${P}.x86_64-linux.tar ) - arm64? ( https://downloads.sourceforge.net/freepascal/${P}.aarch64-linux.tar ) - sparc? ( https://downloads.sourceforge.net/freepascal/${P}.sparc64-linux.tar ) - x86? ( https://downloads.sourceforge.net/freepascal/${P}.i386-linux.tar ) - doc? ( https://downloads.sourceforge.net/freepascal/Documentation/${PV}/doc-html.tar.gz -> ${P}-doc-html.tar.gz )" +HOMEPAGE="https://www.freepascal.org/" +SRC_URI=" + https://downloads.freepascal.org/fpc/dist/${PV}/source/fpcbuild-${PV}.tar.gz + https://downloads.freepascal.org/fpc/dist/${PV}/source/fpc-${PV}.source.tar.gz + doc? ( https://downloads.freepascal.org/fpc/dist/${PV}/docs/doc-html.tar.gz -> ${P}-doc-html.tar.gz ) + + amd64? ( https://downloads.freepascal.org/fpc/dist/${PV}/x86_64-linux/${P}.x86_64-linux.tar ) + arm64? ( https://downloads.freepascal.org/fpc/dist/${PV}/aarch64-linux/${P}.aarch64-linux.tar ) + sparc? ( https://downloads.freepascal.org/fpc/dist/${PV}/sparc64-linux/${P}.sparc64-linux.tar ) + x86? ( https://downloads.freepascal.org/fpc/dist/${PV}/i386-linux/${P}.i386-linux.tar ) +" S="${WORKDIR}/fpcbuild-${PV}/fpcsrc" LICENSE="GPL-2 LGPL-2.1-with-linking-exception" From 53f49024b21778e300a52fd26c707871aa6dcc03 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 26 Oct 2025 00:06:20 +0100 Subject: [PATCH 02/20] media-sound/strawberry: add 1.2.14 Signed-off-by: Alexey Sokolov Part-of: https://github.com/gentoo/gentoo/pull/44335 Closes: https://github.com/gentoo/gentoo/pull/44335 Signed-off-by: Sam James --- media-sound/strawberry/Manifest | 1 + .../strawberry/strawberry-1.2.14.ebuild | 124 ++++++++++++++++++ 2 files changed, 125 insertions(+) create mode 100644 media-sound/strawberry/strawberry-1.2.14.ebuild diff --git a/media-sound/strawberry/Manifest b/media-sound/strawberry/Manifest index 81df49a85a7c9..ee518d002ba97 100644 --- a/media-sound/strawberry/Manifest +++ b/media-sound/strawberry/Manifest @@ -1,2 +1,3 @@ DIST strawberry-1.2.11.tar.xz 11458100 BLAKE2B b455eebf0aac6559aadd0515ef3a57953f3f1fc8c377f6640ef3faaed44c1cbeedb0b52ad992fbcad4293be0ba01bc393d192c96231156d697c269dc3382d039 SHA512 22e351e9ce6504120495465224e27295a093c09b747cd97b8e00062ca987d9400ad39514bae4aca96a851c68d1e5c354491f7efe65561a970e4a32da4e40920c DIST strawberry-1.2.13.tar.xz 11560576 BLAKE2B 109d98bc1bf360244bc63e7ac698996c49de0657e6c5bfefa1908ffae33b5c70806f916547f3c02973d6ab85c43fdf1fccf9a91eb836dcdc4939e509a05054b3 SHA512 473028337b7f0a90da967e5ca997907214b27f60725d305286fc56b3635b6efe2db043891d97474d25e73b81ca0059adcb69f04418524ef3f87ba2db0233d8b3 +DIST strawberry-1.2.14.tar.xz 11478532 BLAKE2B dab3d971fe687264d14d432100a3fdd36157c4d00e90a28243ab6ee9c5eb70ae8cb8d729bf691a576193d6caa244eeba7026bf7f970079089818bd13d7c32389 SHA512 6ba7af9a9e3818a54ac2c340e358b90a6906f03945db1b068e7d236ec256a412d2c41a73db5c0f5d32aeb987b15f752440941b77cf3ad15ccf75c0756a584abf diff --git a/media-sound/strawberry/strawberry-1.2.14.ebuild b/media-sound/strawberry/strawberry-1.2.14.ebuild new file mode 100644 index 0000000000000..1462b04173b51 --- /dev/null +++ b/media-sound/strawberry/strawberry-1.2.14.ebuild @@ -0,0 +1,124 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake optfeature xdg + +DESCRIPTION="Modern music player and library organizer based on Clementine and Qt" +HOMEPAGE="https://www.strawberrymusicplayer.org/" +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://github.com/strawberrymusicplayer/strawberry" + inherit git-r3 +else + SRC_URI="https://github.com/strawberrymusicplayer/strawberry/releases/download/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +fi + +LICENSE="GPL-3 discord? ( MIT )" +SLOT="0" +IUSE="alsa cdda chromaprint +dbus debug discord kde +loudness ipod moodbar mtp +pulseaudio streaming test X" +RESTRICT="!test? ( test )" +REQUIRED_USE="kde? ( dbus )" + +COMMON_DEPEND=" + dev-db/sqlite:3 + dev-libs/glib:2 + dev-libs/icu:= + dev-libs/kdsingleapplication[qt6(+)] + dev-qt/qtbase:6[concurrent,dbus?,gui,network,ssl,sql,sqlite,widgets,X?] + media-libs/taglib:= + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0[alsa?] + alsa? ( media-libs/alsa-lib ) + cdda? ( dev-libs/libcdio:= ) + chromaprint? ( media-libs/chromaprint:= ) + ipod? ( + media-libs/libgpod + x11-libs/gdk-pixbuf:2 + ) + loudness? ( media-libs/libebur128:= ) + moodbar? ( sci-libs/fftw:3.0= ) + mtp? ( media-libs/libmtp:= ) + pulseaudio? ( media-libs/libpulse ) + X? ( x11-libs/libX11 ) +" +# gst-plugins-good provides spectrum plugin for moodbar +RDEPEND="${COMMON_DEPEND} + media-plugins/gst-plugins-meta:1.0 + moodbar? ( media-libs/gst-plugins-good:1.0 ) + pulseaudio? ( media-plugins/gst-plugins-pulse:1.0 ) +" +DEPEND="${COMMON_DEPEND} + dev-cpp/sparsehash + dev-libs/boost + discord? ( dev-libs/rapidjson ) + test? ( dev-cpp/gtest ) +" +BDEPEND=" + dev-qt/qttools:6[linguist] + virtual/pkgconfig +" + +PATCHES=( + "${FILESDIR}"/${PN}-1.2.11-unforce_alsa.patch +) + +DOCS=( Changelog README.md ) + +src_configure() { + # spotify is not in portage (gst-plugins-rs) + local mycmakeargs=( + $(cmake_use_find_package test GTest) + $(cmake_use_find_package X X11) + -DBUILD_WERROR=OFF + # avoid automagically enabling of ccache (bug #611010) + -DCCACHE_EXECUTABLE=OFF + -DENABLE_GIO=ON + -DENABLE_GIO_UNIX=ON + # depends on sparsehash and taglib + # enabled by default because stream reading is not optional + -DENABLE_STREAMTAGREADER=ON + -DENABLE_ALSA="$(usex alsa)" + -DENABLE_PULSE="$(usex pulseaudio)" + -DENABLE_DBUS="$(usex dbus)" + -DENABLE_MPRIS2="$(usex dbus)" + -DENABLE_UDISKS2="$(usex dbus)" + -DENABLE_DEBUG_OUTPUT="$(usex debug)" + -DENABLE_DISCORD_RPC="$(usex discord)" + -DENABLE_KGLOBALACCEL_GLOBALSHORTCUTS=$(usex kde) + -DENABLE_SONGFINGERPRINTING="$(usex chromaprint)" + -DENABLE_MUSICBRAINZ="$(usex chromaprint)" + -DENABLE_X11_GLOBALSHORTCUTS="$(usex X)" + -DENABLE_AUDIOCD="$(usex cdda)" + -DENABLE_MTP="$(usex mtp)" + -DENABLE_GPOD="$(usex ipod)" + -DENABLE_MOODBAR="$(usex moodbar)" + -DENABLE_EBUR128="$(usex loudness)" + -DENABLE_SUBSONIC="$(usex streaming)" + -DENABLE_TIDAL="$(usex streaming)" + -DENABLE_QOBUZ="$(usex streaming)" + -DENABLE_SPOTIFY="$(usex streaming)" + ) + + cmake_src_configure +} + +src_compile() { + cmake_src_compile + use test && cmake_build build_tests +} + +src_test() { + QT_QPA_PLATFORM=offscreen cmake_build run_strawberry_tests +} + +pkg_postinst() { + xdg_pkg_postinst + + use dbus && optfeature "removable device detection" sys-fs/udisks + + elog "Note that list of supported formats is controlled by media-plugins/gst-plugins-meta " + elog "USE flags. You may be interested in setting aac, flac, mp3, ogg or wavpack USE flags " + elog "depending on your preferences" +} From 415e06c48955f3f0e32aa8fd9f6a7ac560f51488 Mon Sep 17 00:00:00 2001 From: "Z. Liu" Date: Fri, 3 Oct 2025 20:13:23 +0800 Subject: [PATCH 03/20] dev-lang/mrustc: force gcc Signed-off-by: Z. Liu Part-of: https://github.com/gentoo/gentoo/pull/44129 Signed-off-by: Sam James --- dev-lang/mrustc/mrustc-0.11.2-r1.ebuild | 12 ++++++------ dev-lang/mrustc/mrustc-9999.ebuild | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dev-lang/mrustc/mrustc-0.11.2-r1.ebuild b/dev-lang/mrustc/mrustc-0.11.2-r1.ebuild index d5aa99ea633d1..d96a4cc2e4415 100644 --- a/dev-lang/mrustc/mrustc-0.11.2-r1.ebuild +++ b/dev-lang/mrustc/mrustc-0.11.2-r1.ebuild @@ -50,17 +50,17 @@ QA_FLAGS_IGNORED=" usr/lib/rust/${P}/lib/rustlib/$(rust_abi)/lib/*.rlib " -pkg_setup() { - if [[ ${MERGE_TYPE} != binary ]] && ! tc-is-gcc; then - die "mrustc needs to be built using GCC." - fi -} - src_configure() { : } src_compile() { + if ! tc-is-gcc ; then + # mrustc needs to be built using GCC + export CC=${CHOST}-gcc + export CXX=${CHOST}-g++ + tc-is-gcc || die "tc-is-gcc failed in spite of CC=${CC}" + fi export PARLEVEL=$(makeopts_jobs) export RUSTC_VERSION=${MRUSTC_RUST_VER} # Pretend that we're using upstream-supported Rust export MRUSTC_TARGET_VER=${RUSTC_VERSION%.*} diff --git a/dev-lang/mrustc/mrustc-9999.ebuild b/dev-lang/mrustc/mrustc-9999.ebuild index 8a3d460ca7870..f8679de3c7648 100644 --- a/dev-lang/mrustc/mrustc-9999.ebuild +++ b/dev-lang/mrustc/mrustc-9999.ebuild @@ -47,17 +47,17 @@ QA_FLAGS_IGNORED=" usr/lib/rust/${P}/lib/rustlib/$(rust_abi)/lib/*.rlib " -pkg_setup() { - if [[ ${MERGE_TYPE} != binary ]] && ! tc-is-gcc; then - die "mrustc needs to be built using GCC." - fi -} - src_configure() { : } src_compile() { + if ! tc-is-gcc ; then + # mrustc needs to be built using GCC + export CC=${CHOST}-gcc + export CXX=${CHOST}-g++ + tc-is-gcc || die "tc-is-gcc failed in spite of CC=${CC}" + fi export PARLEVEL=$(makeopts_jobs) export RUSTC_VERSION=${MRUSTC_RUST_VER} # Pretend that we're using upstream-supported Rust export MRUSTC_TARGET_VER=${RUSTC_VERSION%.*} From 7a20a50d0784ca4875f675371ef11140033e8d87 Mon Sep 17 00:00:00 2001 From: "Z. Liu" Date: Fri, 3 Oct 2025 20:13:23 +0800 Subject: [PATCH 04/20] dev-lang/rust: fix bootstrap build under llvm profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When bootstrapping Rust with the llvm profile (both glibc and musl), the build fails at the mrustc stage due to two issues related to C++ standard library handling. 1. Compilation failure When llvm-core/llvm is built with clang, 'llvm-config --cxxflags' includes '-stdlib=libc++', but not when built with GCC. But under musl profile, GCC has a known bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122409) in handling the '-stdlib=libc++' option. It fails to search '/usr/include/c++/v1', causing standard headers such as to be missing unless the include path is manually specified via '-I/usr/include/c++/v1'. This patch fixes the issue by wrapping llvm-config calls and explicitly appending libc++'s header path whenever '-stdlib=libc++' is detected. Below is the relevant error log: > Calling /var/tmp/portage/dev-lang/rust-1.74.1-r101/work/bootstrap/mrustc-stage0/rustc-build/build_rustc_llvm_run failed (see /var/tmp/portage/dev-lang/rust-1.74.1-r101/work/bootstrap/mrustc-stage0/rustc-build/build_rustc_llvm.txt_failed.txt for stdout) /var/tmp/portage/dev-lang/rust-1.74.1-r101/work/bootstrap/mrustc-stage0/rustc-build/build_rustc_llvm.txt_failed.txt > running: "x86_64-pc-linux-musl-g++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-O2" "-pipe" "-I/usr/lib/llvm/17/include" "-std=c++17" "-stdlib=libc++" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D__STDC_LIMIT_MACROS" "-DLLVM_COMPONENT_AARCH64" "-DLLVM_COMPONENT_AMDGPU" "-DLLVM_COMPONENT_ARM" "-DLLVM_COMPONENT_ASMPARSER" "-DLLVM_COMPONENT_AVR" "-DLLVM_COMPONENT_BITREADER" "-DLLVM_COMPONENT_BITWRITER" "-DLLVM_COMPONENT_BPF" "-DLLVM_COMPONENT_COVERAGE" "-DLLVM_COMPONENT_HEXAGON" "-DLLVM_COMPONENT_INSTRUMENTATION" "-DLLVM_COMPONENT_IPO" "-DLLVM_COMPONENT_LINKER" "-DLLVM_COMPONENT_LOONGARCH" "-DLLVM_COMPONENT_LTO" "-DLLVM_COMPONENT_MIPS" "-DLLVM_COMPONENT_MSP430" "-DLLVM_COMPONENT_NVPTX" "-DLLVM_COMPONENT_POWERPC" "-DLLVM_COMPONENT_RISCV" "-DLLVM_COMPONENT_SPARC" "-DLLVM_COMPONENT_SYSTEMZ" "-DLLVM_COMPONENT_WEBASSEMBLY" "-DLLVM_COMPONENT_X86" "-o" "/var/tmp/portage/dev-lang/rust-1.74.1-r101/work/bootstrap/mrustc-stage0/rustc-build/build_rustc_llvm/llvm-wrapper/PassWrapper.o" "-c" "llvm-wrapper/PassWrapper.cpp" > cargo:warning=llvm-wrapper/PassWrapper.cpp:3:10: fatal error: cstddef: No such file or directory > cargo:warning= 3 | #include > cargo:warning= | ^~~~~~~~~ > cargo:warning=compilation terminated. > exit status: 1 2. Linker failure Found on llvm profile for both glibc and musl if llvm-core/llvm is built by GCC. The bundled llvm is always built by gcc because bootstrap with murst requires gcc. Under the llvm profile `LLVM_USE_LIBCXX=1` is defined, causing Rust build scripts to link with `-lc++` instead of `-lstdc++`. Since mrustc’s g++-compiled objects depend on libstdc++, linking fails with (glibc): > /.../x86_64-pc-linux-musl/bin/ld: /var/tmp/portage/dev-lang/rust-1.74.1-r101/work/bootstrap/mrustc-stage0/rustc-build/build_rustc_llvm/libllvm-wrapper.a(PassWrapper.o): undefined reference to symbol '_ZNSt6localeD1Ev@@GLIBCXX_3.4' > /.../x86_64-pc-linux-musl/bin/ld: /usr/lib/gcc/x86_64-pc-linux-musl/15/libstdc++.so.6: error adding symbols: DSO missing from command line or (musl): > /.../x86_64-pc-linux-musl/bin/ld: warning: x86_64.o: missing .note.GNU-stack section implies executable stack > /.../x86_64-pc-linux-musl/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker > /.../x86_64-pc-linux-musl/bin/ld: /var/tmp/portage/dev-lang/rust-1.74.1-r101/work/bootstrap/mrustc-stage0/rustc-build/build_rustc_llvm/libllvm-wrapper.a(PassWrapper.o): in function `std::_Rb_tree_iterator >::operator--()': > /usr/lib/gcc/x86_64-pc-linux-musl/14/include/g++-v14/bits/stl_tree.h:298:(.text._ZNSt8_Rb_treeImSt4pairIKmN4llvm11GlobalValue12LinkageTypesEESt10_Select1stIS5_ESt4lessImESaIS5_EE24_M_get_insert_unique_posERS1_.isra.0+0x93): undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' Fix by unsetting `LLVM_USE_LIBCXX` during bootstrap, ensuring that the build links against libstdc++ instead of libc++. See the relevant Rust code in `compiler/rustc_llvm/build.rs`. Note: llvm-config may refer to the bundled LLVM if USE="-system-llvm", so we avoid relying on tc-get-cxx-stdlib in this context. Signed-off-by: Z. Liu Part-of: https://github.com/gentoo/gentoo/pull/44129 Closes: https://github.com/gentoo/gentoo/pull/44129 Signed-off-by: Sam James --- dev-lang/rust/rust-1.74.1-r101.ebuild | 62 ++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 2 deletions(-) diff --git a/dev-lang/rust/rust-1.74.1-r101.ebuild b/dev-lang/rust/rust-1.74.1-r101.ebuild index 2aeca76715d5e..910c77941d1e0 100644 --- a/dev-lang/rust/rust-1.74.1-r101.ebuild +++ b/dev-lang/rust/rust-1.74.1-r101.ebuild @@ -237,7 +237,10 @@ pkg_setup() { if use mrustc-bootstrap; then if ! tc-is-gcc; then - die "USE=mrustc-bootstrap reqires that the build environment use GCC" + # USE="mrustc-bootstrap" reqires that the build environment use GCC + export CC=${CHOST}-gcc + export CXX=${CHOST}-g++ + tc-is-gcc || die "tc-is-gcc failed in spite of CC=${CC}" fi else rust_pkg_setup @@ -459,7 +462,11 @@ src_configure() { ranlib = "$(tc-getRANLIB)" llvm-libunwind = "$(usex llvm-libunwind $(usex system-llvm system in-tree) no)" _EOF_ - if use system-llvm; then + if use mrustc-bootstrap; then + cat <<- _EOF_ >> "${S}"/config.toml + llvm-config = "${WORKDIR}/llvm-config" + _EOF_ + elif use system-llvm; then cat <<- _EOF_ >> "${S}"/config.toml llvm-config = "$(get_llvm_prefix)/bin/llvm-config" _EOF_ @@ -648,13 +655,64 @@ mrustc_bootstrap() { # These flags are used in every invocation of our bootstrap `cargo`. local cargo_flags="--target ${CFG_COMPILER_HOST_TRIPLE} -j $(makeopts_jobs) --release --verbose" + # for bootstrap, let's using the built-in stdlib of compiler (could be the bundled one) + filter-flags '-stdlib=*' + + # mrustc requires gcc, so disable libcxx to avoid linker failure on w/o '-lstdc++' + [[ "${LLVM_USE_LIBCXX}" == "1" ]] && unset LLVM_USE_LIBCXX + + local llvm_config_wrapper_cxxflags=0 + if use system-llvm; then export LLVM_CONFIG="$(get_llvm_prefix)/bin/llvm-config" + + local llvm_config_cxxflags=$(${LLVM_CONFIG} --cxxflags) + elog "Checking llvm-config --cxxflags: '${llvm_config_cxxflags}'" + [[ "${llvm_config_cxxflags}" =~ (^|[[:space:]])-stdlib=libc\+\+([[:space:]]|$) ]] && { + elog "Found LLVM CXXFLAGS has \"--stdlib=libc++\"" + llvm_config_wrapper_cxxflags=1 + } else llvm_bootstrap export LLVM_CONFIG="${WORKDIR}/bootstrap/llvm/bin/llvm-config" fi + elog "LLVM_CONFIG before wrappers: ${LLVM_CONFIG}" + + # workaround for gcc bug 122409 on musl by wrapping llvm-config + # to append libc++ header if has "-stdlib=libc++" + elog "Preparing wrapper of llvm-config (${WORKDIR}/llvm-config)" + cat > ${WORKDIR}/llvm-config <<-EOF || die + #!/bin/bash + + RULES=() + for flag in "\$@"; do + case "\${flag}" in + $([[ "${llvm_config_wrapper_cxxflags}" == 1 ]] && { + echo " --cxxflags) RULES+=( \"-E\" \"s@(^|[[:space:]]+)(-stdlib=libc\\+\\+)(\\$|[[:space:]])@\\1-I${EPREFIX}/usr/include/c++/v1 \\2\\3@g\" ) ;;" + }) + *) + ;; + esac + done + + [[ -z "\${RULES}" ]] && { + ${LLVM_CONFIG} "\$@" + } || { + ${LLVM_CONFIG} "\$@" | \\ + tee -a ${T}/llvm-config.0.log | \\ + sed "\${RULES[@]}" | \\ + tee -a ${T}/llvm-config.1.log + exit \${PIPESTATUS[0]} + } + EOF + export LLVM_CONFIG="${WORKDIR}/llvm-config" + chmod +x ${WORKDIR}/llvm-config || die + + einfo "llvm-config wrapper contents:" + cat "${LLVM_CONFIG}" || die + echo + # define the mrustc sysroot and common minicargo arguments. local mrustc_sysroot="${BROOT}/usr/lib/rust/mrustc-${MRUSTC_VERSION}/lib/rustlib/${CFG_COMPILER_HOST_TRIPLE}/lib" local minicargo_common_args=( From 82c708525a1c9dd58032e0478b88c16660149835 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:09 +0000 Subject: [PATCH 05/20] app-text/ebook-tools: Stabilize 0.2.2-r4 arm64, #964435 Signed-off-by: Sam James --- app-text/ebook-tools/ebook-tools-0.2.2-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/ebook-tools/ebook-tools-0.2.2-r4.ebuild b/app-text/ebook-tools/ebook-tools-0.2.2-r4.ebuild index cb50a94040d79..32f68dfd34391 100644 --- a/app-text/ebook-tools/ebook-tools-0.2.2-r4.ebuild +++ b/app-text/ebook-tools/ebook-tools-0.2.2-r4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv x86" IUSE="+lit2epub" DEPEND=" From 8ff187e72233c7f11c22a29dd10f5fb349397c92 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:10 +0000 Subject: [PATCH 06/20] media-gfx/graphite2: Stabilize 1.3.14_p20210810-r5 arm64, #964435 Signed-off-by: Sam James --- media-gfx/graphite2/graphite2-1.3.14_p20210810-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/graphite2/graphite2-1.3.14_p20210810-r5.ebuild b/media-gfx/graphite2/graphite2-1.3.14_p20210810-r5.ebuild index 6aca25995f284..42564adea3423 100644 --- a/media-gfx/graphite2/graphite2-1.3.14_p20210810-r5.ebuild +++ b/media-gfx/graphite2/graphite2-1.3.14_p20210810-r5.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/graphite-${COMMIT}" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="perl test ${GENTOO_PERL_USESTRING}" RESTRICT="!test? ( test )" From c9392ad9a7c7638d45a57cddc972ef8481dd14d8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:11 +0000 Subject: [PATCH 07/20] x11-libs/tslib: Stabilize 1.23-r1 arm64, #964435 Signed-off-by: Sam James --- x11-libs/tslib/tslib-1.23-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/tslib/tslib-1.23-r1.ebuild b/x11-libs/tslib/tslib-1.23-r1.ebuild index 10427f434f47d..66fdf74a4a31a 100644 --- a/x11-libs/tslib/tslib-1.23-r1.ebuild +++ b/x11-libs/tslib/tslib-1.23-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libts/tslib/releases/download/${PV}/${P}.tar.xz" LICENSE="LGPL-2 uinput? ( GPL-2+ )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="evdev sdl uinput" DEPEND=" From 63afae3fca07eadc3d92f4d6e1f9cde3c514d0c1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:12 +0000 Subject: [PATCH 08/20] dev-python/aiohttp: Keyword 3.13.1 mips, #964771 Signed-off-by: Sam James --- dev-python/aiohttp/aiohttp-3.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aiohttp/aiohttp-3.13.1.ebuild b/dev-python/aiohttp/aiohttp-3.13.1.ebuild index 6410d9809bf31..ed2dd1f0e5f65 100644 --- a/dev-python/aiohttp/aiohttp-3.13.1.ebuild +++ b/dev-python/aiohttp/aiohttp-3.13.1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86" IUSE="+native-extensions test-rust" DEPEND=" From 41d6eebba0d0f187934733c44ea48fce0d59999a Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:13 +0000 Subject: [PATCH 09/20] dev-python/backports-zstd: Keyword 1.0.0-r1 mips, #964771 Signed-off-by: Sam James --- dev-python/backports-zstd/backports-zstd-1.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-zstd/backports-zstd-1.0.0-r1.ebuild b/dev-python/backports-zstd/backports-zstd-1.0.0-r1.ebuild index 8bd50aa0eeb9b..de104d7dcdae1 100644 --- a/dev-python/backports-zstd/backports-zstd-1.0.0-r1.ebuild +++ b/dev-python/backports-zstd/backports-zstd-1.0.0-r1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86" DEPEND=" app-arch/zstd:= From 74ce2017ba63bcf1568b406f798f67c893702b35 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:14 +0000 Subject: [PATCH 10/20] dev-python/mypy: Stabilize 1.18.1 arm64, #964840 Signed-off-by: Sam James --- dev-python/mypy/mypy-1.18.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mypy/mypy-1.18.1.ebuild b/dev-python/mypy/mypy-1.18.1.ebuild index 2abde4c119e28..71130a22d9347 100644 --- a/dev-python/mypy/mypy-1.18.1.ebuild +++ b/dev-python/mypy/mypy-1.18.1.ebuild @@ -22,7 +22,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="+native-extensions" # stubgen collides with this package: https://bugs.gentoo.org/585594 From 79d4eaa7493ea8c7fad297c29024d12b5fdd6544 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:15 +0000 Subject: [PATCH 11/20] dev-python/pynacl: Stabilize 1.6.0 arm64, #964846 Signed-off-by: Sam James --- dev-python/pynacl/pynacl-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pynacl/pynacl-1.6.0.ebuild b/dev-python/pynacl/pynacl-1.6.0.ebuild index e07ce4e3d86a6..86b117d4d250c 100644 --- a/dev-python/pynacl/pynacl-1.6.0.ebuild +++ b/dev-python/pynacl/pynacl-1.6.0.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" DEPEND=" dev-libs/libsodium:= From e92feef53ac9c6780469b71c9db4f6aee1c2ffc8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:17 +0000 Subject: [PATCH 12/20] dev-python/setproctitle: Stabilize 1.3.7 arm64, #964850 Signed-off-by: Sam James --- dev-python/setproctitle/setproctitle-1.3.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setproctitle/setproctitle-1.3.7.ebuild b/dev-python/setproctitle/setproctitle-1.3.7.ebuild index d58c5fcfe2216..98180677f76d4 100644 --- a/dev-python/setproctitle/setproctitle-1.3.7.ebuild +++ b/dev-python/setproctitle/setproctitle-1.3.7.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" EPYTEST_PLUGINS=() distutils_enable_tests pytest From adefefc698b42616c64be93ad39e0ba413d9c116 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:18 +0000 Subject: [PATCH 13/20] dev-python/grpcio: Stabilize 1.75.0 arm64, #964851 Signed-off-by: Sam James --- dev-python/grpcio/grpcio-1.75.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/grpcio/grpcio-1.75.0.ebuild b/dev-python/grpcio/grpcio-1.75.0.ebuild index 594443ffa2569..60ea176de5076 100644 --- a/dev-python/grpcio/grpcio-1.75.0.ebuild +++ b/dev-python/grpcio/grpcio-1.75.0.ebuild @@ -28,7 +28,7 @@ SRC_URI+=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 arm64 x86" DEPEND=" dev-libs/openssl:= From 09aa43e876fcd1603ca8a3efaccf3903edcd5def Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:19 +0000 Subject: [PATCH 14/20] dev-python/numexpr: Stabilize 2.12.1 arm64, #964877 Signed-off-by: Sam James --- dev-python/numexpr/numexpr-2.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/numexpr/numexpr-2.12.1.ebuild b/dev-python/numexpr/numexpr-2.12.1.ebuild index c40303fc6d4c3..56f15a36135d1 100644 --- a/dev-python/numexpr/numexpr-2.12.1.ebuild +++ b/dev-python/numexpr/numexpr-2.12.1.ebuild @@ -22,7 +22,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" DEPEND=" >=dev-python/numpy-2.0.0_rc:=[${PYTHON_USEDEP}] From 53b0b858216aaffa2877c34cc29ad9c20e535e61 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:20 +0000 Subject: [PATCH 15/20] dev-python/python-json-logger: Stabilize 4.0.0_rc1 arm64, #964879 Signed-off-by: Sam James --- .../python-json-logger/python-json-logger-4.0.0_rc1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-json-logger/python-json-logger-4.0.0_rc1.ebuild b/dev-python/python-json-logger/python-json-logger-4.0.0_rc1.ebuild index b7831af49e216..c5574c93e87b6 100644 --- a/dev-python/python-json-logger/python-json-logger-4.0.0_rc1.ebuild +++ b/dev-python/python-json-logger/python-json-logger-4.0.0_rc1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -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" BDEPEND=" test? ( From defe1be7d6e291984e4102614c90043837c52325 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:21 +0000 Subject: [PATCH 16/20] dev-java/guice: Stabilize 7.0.0 arm64, #964977 Signed-off-by: Sam James --- dev-java/guice/guice-7.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/guice/guice-7.0.0.ebuild b/dev-java/guice/guice-7.0.0.ebuild index afa3efaf44a08..afe445c69179c 100644 --- a/dev-java/guice/guice-7.0.0.ebuild +++ b/dev-java/guice/guice-7.0.0.ebuild @@ -22,7 +22,7 @@ S="${WORKDIR}/${P}/core" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64" +KEYWORDS="amd64 arm64" CP_DEPEND=" dev-java/aopalliance:1 From 9cf500003a5b9a234c5e1c9079aba0ad81c2a1bc Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:22 +0000 Subject: [PATCH 17/20] dev-java/jakarta-inject-tck: Stabilize 2.0.1 arm64, #964977 Signed-off-by: Sam James --- dev-java/jakarta-inject-tck/jakarta-inject-tck-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jakarta-inject-tck/jakarta-inject-tck-2.0.1.ebuild b/dev-java/jakarta-inject-tck/jakarta-inject-tck-2.0.1.ebuild index e3e83fd406f7f..182feefd7dfe5 100644 --- a/dev-java/jakarta-inject-tck/jakarta-inject-tck-2.0.1.ebuild +++ b/dev-java/jakarta-inject-tck/jakarta-inject-tck-2.0.1.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/inject-tck-${MY_COMMIT}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64" +KEYWORDS="amd64 arm64" CP_DEPEND=" dev-java/injection-api:0 From 8d5a34117eb36eacfa5118439ff2ddc37a514543 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:23 +0000 Subject: [PATCH 18/20] dev-python/pyqt5-sip: Stabilize 12.17.1 arm64, #965047 Signed-off-by: Sam James --- dev-python/pyqt5-sip/pyqt5-sip-12.17.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyqt5-sip/pyqt5-sip-12.17.1.ebuild b/dev-python/pyqt5-sip/pyqt5-sip-12.17.1.ebuild index ea639463c6a58..5f36e0900de2d 100644 --- a/dev-python/pyqt5-sip/pyqt5-sip-12.17.1.ebuild +++ b/dev-python/pyqt5-sip/pyqt5-sip-12.17.1.ebuild @@ -14,4 +14,4 @@ HOMEPAGE="https://pypi.org/project/PyQt5-sip/" LICENSE="BSD-2" SLOT="0/$(ver_cut 1)" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86" From 8813339b132268de03cbc3be2ab322cae35a913f Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:24 +0000 Subject: [PATCH 19/20] dev-util/selenium-manager: Stabilize 4.35.0 arm64, #965096 Signed-off-by: Sam James --- dev-util/selenium-manager/selenium-manager-4.35.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/selenium-manager/selenium-manager-4.35.0.ebuild b/dev-util/selenium-manager/selenium-manager-4.35.0.ebuild index cf08fe8593ec7..379257a81699c 100644 --- a/dev-util/selenium-manager/selenium-manager-4.35.0.ebuild +++ b/dev-util/selenium-manager/selenium-manager-4.35.0.ebuild @@ -34,7 +34,7 @@ LICENSE+=" Unicode-DFS-2016 ZLIB BZIP2 " SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" IUSE="telemetry test" RESTRICT="!test? ( test )" From faad3f4ef35fa8cd58c66361b111f4efeb35abbc Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Oct 2025 01:03:25 +0000 Subject: [PATCH 20/20] app-antivirus/clamav: Stabilize 1.4.3 arm64, #965122 Signed-off-by: Sam James --- app-antivirus/clamav/clamav-1.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-antivirus/clamav/clamav-1.4.3.ebuild b/app-antivirus/clamav/clamav-1.4.3.ebuild index eb944285b25c4..4c483ccfe04f4 100644 --- a/app-antivirus/clamav/clamav-1.4.3.ebuild +++ b/app-antivirus/clamav/clamav-1.4.3.ebuild @@ -166,7 +166,7 @@ LICENSE="Apache-2.0 BSD GPL-2 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB" # 0/sts (short term support) if not an LTS release SLOT="0/sts" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi IUSE="doc clamonacc +clamapp experimental libclamav-only milter rar selinux +system-mspack systemd test"