diff options
author | 2016-03-10 12:27:57 -0500 | |
---|---|---|
committer | 2016-03-10 12:27:57 -0500 | |
commit | 89f104890d4a24b60665fab683ebfb3ccd48cec0 (patch) | |
tree | 293b845bd28ca0b8660597a4a6bb8a9151d7800f /eclass | |
parent | www-client/firefox-45: switch 'xemake' to 'virtx emake' for PGO builds, per E... (diff) | |
download | gentoo-89f104890d4a24b60665fab683ebfb3ccd48cec0.tar.gz gentoo-89f104890d4a24b60665fab683ebfb3ccd48cec0.tar.bz2 gentoo-89f104890d4a24b60665fab683ebfb3ccd48cec0.zip |
mozconfig-v6.45.eclass - dropped multilib inherit for EAPI6 as it is not needed
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-v6.45.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
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 |