commit: 89f104890d4a24b60665fab683ebfb3ccd48cec0
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 17:27:57 2016 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 17:27:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f10489
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 b861df1..1878b7a 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