projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb040ce
)
mozconfig-v6.45.eclass - dropped multilib inherit for EAPI6 as it is not needed
author
Ian Stakenvicius
<axs@gentoo.org>
Thu, 10 Mar 2016 17:27:57 +0000
(12:27 -0500)
committer
Ian Stakenvicius
<axs@gentoo.org>
Thu, 10 Mar 2016 17:27:57 +0000
(12:27 -0500)
eclass/mozconfig-v6.45.eclass
patch
|
blob
|
history
diff --git
a/eclass/mozconfig-v6.45.eclass
b/eclass/mozconfig-v6.45.eclass
index b861df1422aef1f2573ec25e0eda34275eb8d80e..1878b7a9d084a14b9ff4f8abcc6bb6eb814fa3e6 100644
(file)
--- 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