Re: [gentoo-dev] [PATCH] depend.apache.eclass - fix for EAPI6

2016-07-14 Thread Ian Stakenvicius
On 14/07/16 04:44 PM, Michael Orlitzky wrote: > On 07/14/2016 04:24 PM, Ian Stakenvicius wrote: >> Hey all -- depend.apache.eclass currently calls get_libdir() in global >> scope due to _init_apache2 being called by need_apache*() functions. >> This patch drops _init_apache2 from these

Re: [gentoo-dev] [PATCH] depend.apache.eclass - fix for EAPI6

2016-07-14 Thread Michael Orlitzky
On 07/14/2016 04:24 PM, Ian Stakenvicius wrote: > Hey all -- depend.apache.eclass currently calls get_libdir() in global > scope due to _init_apache2 being called by need_apache*() functions. > This patch drops _init_apache2 from these need_apache*() functions on > all EAPIS other than 0-5, and

[gentoo-dev] [PATCH] depend.apache.eclass - fix for EAPI6

2016-07-14 Thread Ian Stakenvicius
Hey all -- depend.apache.eclass currently calls get_libdir() in global scope due to _init_apache2 being called by need_apache*() functions. This patch drops _init_apache2 from these need_apache*() functions on all EAPIS other than 0-5, and calls it during depend.apache_pkg_setup(). FYI, there are