• [gentoo-dev] [PATCH 4/5] x11-misc/bumblebee: inherit multilib for get_a

    From Sam James@21:1/5 to All on Sat Apr 12 18:00:02 2025
    We used to inherit multilib via systemd->toolchain-funcs->multilib so this
    was only a missing direct inherit before.

    Signed-off-by: Sam James <sam@gentoo.org>
    ---
    x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r4.ebuild | 4 ++--
    x11-misc/bumblebee/bumblebee-9999.ebuild | 4 ++--
    2 files changed, 4 insertions(+), 4 deletions(-)

    diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r4.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r4.ebuild
    index b0690088fc3a3..91a9c00d23b36 100644
    --- a/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r4.ebuild
    +++ b/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r4.ebuild
    @@ -1,9 +1,9 @@
    -# Copyright 1999-2022 Gentoo Authors
    +# Copyright 1999-2025 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    EAPI=7

    -inherit autotools readme.gentoo-r1 systemd udev
    +inherit autotools multilib readme.gentoo-r1 systemd udev

    if [[ ${PV} == 9999 ]]; then
    inherit git-r3
    diff --git a/x11-misc/bumblebee/bumblebee-9999.ebuild b/x11-misc/bumblebee/bumblebee-9999.ebuild
    index bd63a8594628e..b534d66e36d6e 100644
    --- a/x11-misc/bumblebee/bumblebee-9999.ebuild
    +++ b/x11-misc/