Skip to content

Commit

Permalink
eutils.eclass: Kill multilib inherit for EAPI 7
Browse files Browse the repository at this point in the history
The multilib.eclass seems not to be used by any eutils function.
Therefore, disable the inherit for EAPI 7. It is being preserved for
older EAPIs not to break ebuilds inheriting this eclass and using
multilib.eclass functions implicitly.
  • Loading branch information
mgorny committed Mar 18, 2017
1 parent 04f4c6f commit 2b79642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/eutils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
if [[ -z ${_EUTILS_ECLASS} ]]; then
_EUTILS_ECLASS=1

inherit multilib toolchain-funcs
inherit toolchain-funcs

# implicitly inherited (now split) eclasses
case ${EAPI:-0} in
0|1|2|3|4|5|6)
inherit epatch estack
inherit epatch estack multilib
;;
esac

Expand Down

0 comments on commit 2b79642

Please sign in to comment.