mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
3d70fc19b4
commit
e201db68d3
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user