Skip to content

Commit

Permalink
mozconfig-v6.45.eclass - dropped multilib inherit for EAPI6 as it is …
Browse files Browse the repository at this point in the history
…not needed
  • Loading branch information
axs-gentoo committed Mar 10, 2016
1 parent bb040ce commit 89f1048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eclass/mozconfig-v6.45.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ case ${EAPI} in
0|1|2|3|4)
die "EAPI=${EAPI} not supported"
;;
5|6)
5)
# not needed for EAPI6 and above
inherit multilib
;;
esac
Expand Down

0 comments on commit 89f1048

Please sign in to comment.