mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
x11-misc/bumblebee: inherit multilib for get_all_libdirs
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>
This commit is contained in:
parent
c4e4875a78
commit
40f1bc0b20
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user