From: Ian Stakenvicius Date: Thu, 10 Mar 2016 17:27:57 +0000 (-0500) Subject: mozconfig-v6.45.eclass - dropped multilib inherit for EAPI6 as it is not needed X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=89f104890d4a24b60665fab683ebfb3ccd48cec0;p=gentoo.git mozconfig-v6.45.eclass - dropped multilib inherit for EAPI6 as it is not needed --- diff --git a/eclass/mozconfig-v6.45.eclass b/eclass/mozconfig-v6.45.eclass index b861df1422ae..1878b7a9d084 100644 --- a/eclass/mozconfig-v6.45.eclass +++ b/eclass/mozconfig-v6.45.eclass @@ -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