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@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@gentoo.org>
This commit is contained in:
Violet Purcell 2025-05-01 13:07:19 -04:00 committed by Sam James
parent 3d70fc19b4
commit e201db68d3
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 2 additions and 6 deletions

View File

@ -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"

View File

@ -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"