commit: e201db68d3dacb226d5a31b7be394550addadf60 Author: Violet Purcell <vimproved <AT> inventati <DOT> org> AuthorDate: Thu May 1 17:07:19 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 21 22:00:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e201db68
games-util/gamemode: drop MULTILIB_COMPAT As per multilib-build.eclass: "This variable is intended for use in prebuilt multilib packages that can provide binaries only for a limited set of ABIs." Gamemode builds from source, and works perfectly fine on architectures that are not amd64 or x86, so all this MUILTILIB_COMPAT is doing currently is preventing it from being built on other architectures. Signed-off-by: Violet Purcell <vimproved <AT> inventati.org> Part-of: https://github.com/gentoo/gentoo/pull/41883 Closes: https://github.com/gentoo/gentoo/pull/41883 Signed-off-by: Sam James <sam <AT> gentoo.org> games-util/gamemode/gamemode-1.8.2.ebuild | 4 +--- games-util/gamemode/gamemode-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/games-util/gamemode/gamemode-1.8.2.ebuild b/games-util/gamemode/gamemode-1.8.2.ebuild index fec4b5dee97b..928c60992abc 100644 --- a/games-util/gamemode/gamemode-1.8.2.ebuild +++ b/games-util/gamemode/gamemode-1.8.2.ebuild @@ -1,10 +1,8 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -MULTILIB_COMPAT=( abi_x86_{32,64} ) - inherit meson-multilib systemd DESCRIPTION="Optimise Linux system performance on demand" diff --git a/games-util/gamemode/gamemode-9999.ebuild b/games-util/gamemode/gamemode-9999.ebuild index fec4b5dee97b..928c60992abc 100644 --- a/games-util/gamemode/gamemode-9999.ebuild +++ b/games-util/gamemode/gamemode-9999.ebuild @@ -1,10 +1,8 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -MULTILIB_COMPAT=( abi_x86_{32,64} ) - inherit meson-multilib systemd DESCRIPTION="Optimise Linux system performance on demand"