stefan-langenmaier / brother-overlay

Portage overlay for Brother printer and scanner software
GNU General Public License v3.0
34 stars 41 forks source link

add missing inherit multilib to ebuild files #86

Closed mehw closed 4 years ago

mehw commented 4 years ago

ebuilds with EAPI at least at version 7 will report a command not found error when has_multilib_profile is called without inheriting multilib first.

There's no need to inherit multilib if there is already linux-info: linux-info.eclass -> inherit toolchain-funcs -> toolchain-funcs.eclass -> inherit multilib.

For the sake of logic, inherit multilib in either ebuilds with EAPI lower than version 7 and in ebuilds which inherit linux-info when they use the command has_multilib_profile.