From 89f104890d4a24b60665fab683ebfb3ccd48cec0 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Thu, 10 Mar 2016 12:27:57 -0500 Subject: [PATCH] mozconfig-v6.45.eclass - dropped multilib inherit for EAPI6 as it is not needed --- eclass/mozconfig-v6.45.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.26.2