commit:     dbd8df364225bcd2bb7662e80a0186ce27c2b9df
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 10:01:48 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 20:08:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd8df36

games-util/gamemode: Don't build utils for the non-native ABI

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/gamemode/gamemode-1.7.ebuild  | 2 ++
 games-util/gamemode/gamemode-9999.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/games-util/gamemode/gamemode-1.7.ebuild 
b/games-util/gamemode/gamemode-1.7.ebuild
index 028fd6b39402..c54619d5b953 100644
--- a/games-util/gamemode/gamemode-1.7.ebuild
+++ b/games-util/gamemode/gamemode-1.7.ebuild
@@ -86,12 +86,14 @@ multilib_src_configure() {
        if multilib_is_native_abi; then
                emesonargs+=(
                        -Dwith-sd-bus-provider=$(usex systemd systemd elogind)
+                       -Dwith-util=true
                )
        else
                emesonargs+=(
                        -Dwith-sd-bus-provider=no-daemon
                        -Dwith-pam-group=gamemode
                        -Dwith-examples=false
+                       -Dwith-util=false
                )
        fi
 

diff --git a/games-util/gamemode/gamemode-9999.ebuild 
b/games-util/gamemode/gamemode-9999.ebuild
index 9490fc1e7b56..5807b8187fbf 100644
--- a/games-util/gamemode/gamemode-9999.ebuild
+++ b/games-util/gamemode/gamemode-9999.ebuild
@@ -86,12 +86,14 @@ multilib_src_configure() {
        if multilib_is_native_abi; then
                emesonargs+=(
                        -Dwith-sd-bus-provider=$(usex systemd systemd elogind)
+                       -Dwith-util=true
                )
        else
                emesonargs+=(
                        -Dwith-sd-bus-provider=no-daemon
                        -Dwith-pam-renicing=false
                        -Dwith-examples=false
+                       -Dwith-util=false
                )
        fi
 

Reply via email to