diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.22.12.ebuild b/dev-lang/go-bootstrap/go-bootstrap-1.22.12.ebuild index bb17f4523ff6d..828daf7be44fc 100644 --- a/dev-lang/go-bootstrap/go-bootstrap-1.22.12.ebuild +++ b/dev-lang/go-bootstrap/go-bootstrap-1.22.12.ebuild @@ -35,7 +35,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris" +KEYWORDS="-* amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris" IUSE="abi_mips_n64 abi_mips_o32 big-endian" RESTRICT="strip" QA_PREBUILT="*" diff --git a/dev-lang/go/go-1.24.1.ebuild b/dev-lang/go/go-1.24.1.ebuild index bd35942ed3c7c..022bec0a6614a 100644 --- a/dev-lang/go/go-1.24.1.ebuild +++ b/dev-lang/go/go-1.24.1.ebuild @@ -20,7 +20,7 @@ case ${PV} in *) SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz " S="${WORKDIR}"/go - KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" ;; esac diff --git a/dev-perl/App-perlbrew/App-perlbrew-1.10.0.ebuild b/dev-perl/App-perlbrew/App-perlbrew-1.10.0.ebuild index ebe060eb3bab8..7b9446ab8033c 100644 --- a/dev-perl/App-perlbrew/App-perlbrew-1.10.0.ebuild +++ b/dev-perl/App-perlbrew/App-perlbrew-1.10.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION='Manage perl installations in your $HOME' LICENSE="MIT" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~x86" RDEPEND=" >=virtual/perl-ExtUtils-MakeMaker-7.220.0 diff --git a/dev-perl/Test2-Plugin-IOEvents/Test2-Plugin-IOEvents-0.1.1.ebuild b/dev-perl/Test2-Plugin-IOEvents/Test2-Plugin-IOEvents-0.1.1.ebuild index 131a1c07c19d3..6cf18fd6f00b4 100644 --- a/dev-perl/Test2-Plugin-IOEvents/Test2-Plugin-IOEvents-0.1.1.ebuild +++ b/dev-perl/Test2-Plugin-IOEvents/Test2-Plugin-IOEvents-0.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,6 +10,6 @@ inherit perl-module DESCRIPTION="Turn STDOUT and STDERR into Test2 events" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~x86" RDEPEND="virtual/perl-Test2-Suite" diff --git a/games-emulation/dolphin/dolphin-2503.ebuild b/games-emulation/dolphin/dolphin-2503.ebuild index d64f183556a0e..f23c094012581 100644 --- a/games-emulation/dolphin/dolphin-2503.ebuild +++ b/games-emulation/dolphin/dolphin-2503.ebuild @@ -208,6 +208,7 @@ src_configure() { -DENABLE_AUTOUPDATE=OFF -DENABLE_BLUEZ=$(usex bluetooth) -DENABLE_CLI_TOOL=ON + -DENABLE_CUBEB=ON -DENABLE_EGL=$(usex egl) -DENABLE_EVDEV=$(usex evdev) -DENABLE_LLVM=$(usex llvm) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 3d7d75c458faa..f23c094012581 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -22,12 +22,12 @@ if [[ ${PV} == *9999 ]]; then ) else MGBA_COMMIT=8739b22fbc90fdf0b4f6612ef9c0520f0ba44a51 - IMPLOT_COMMIT=cc5e1daa5c7f2335a9460ae79c829011dc5cef2d + IMPLOT_COMMIT=18c72431f8265e2b0b5378a3a73d8a883b2175ff TINYGLTF_COMMIT=c5641f2c22d117da7971504591a8f6a41ece488b - VULKAN_HEADERS_COMMIT=05fe2cc910a68c9ba5dac07db46ef78573acee72 - VULKANMEMORYALLOCATOR_COMMIT=009ecd192c1289c7529bff248a16cfe896254816 + VULKAN_HEADERS_COMMIT=39f924b810e561fd86b2558b6711ca68d4363f68 + VULKANMEMORYALLOCATOR_COMMIT=3bab6924988e5f19bf36586a496156cf72f70d9f ZLIB_NG_COMMIT=ce01b1e41da298334f8214389cc9369540a7560f - MINIZIP_NG_COMMIT=3eed562ef0ea3516db30d1c8ecb0e1b486d8cb70 + MINIZIP_NG_COMMIT=55db144e03027b43263e5ebcb599bf0878ba58de SRC_URI=" https://github.com/dolphin-emu/dolphin/archive/${PV}.tar.gz -> ${P}.tar.gz @@ -101,7 +101,7 @@ RDEPEND=" llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}=') ) profile? ( dev-util/oprofile ) pulseaudio? ( media-libs/libpulse ) - sdl? ( media-libs/libsdl2 ) + sdl? ( >=media-libs/libsdl2-2.30.9 ) systemd? ( sys-apps/systemd:0= ) upnp? ( net-libs/miniupnpc:= ) " @@ -208,6 +208,7 @@ src_configure() { -DENABLE_AUTOUPDATE=OFF -DENABLE_BLUEZ=$(usex bluetooth) -DENABLE_CLI_TOOL=ON + -DENABLE_CUBEB=ON -DENABLE_EGL=$(usex egl) -DENABLE_EVDEV=$(usex evdev) -DENABLE_LLVM=$(usex llvm)