On Thu, 23 Mar 2017 19:41:01 +0100
Alexis Ballier <aball...@gentoo.org> wrote:
> > The PMS[0] says
> > 
> >    Ebuilds must not access [FILESDIR] in global scope.
> > 
> > But, for example, autoconf-2.69-r2.ebuild does,
> > 
> >    if [[ -z ${__EBLITS__} && -n ${FILESDIR} ]] ; then
> >      source "${FILESDIR}"/eblits/main.eblit || die
> >    fi
> > 
> > in global scope.
> >   
> 
> Continuing to be the devil's advocate, it seems adding '&& -d
> ${FILESDIR}' to that if would fix the issue too. At least with all
> currently approved EAPIs.

Please stop. PMS was not written with the kind of resources needed to
deal with people deliberately trying to find loopholes.

-- 
Ciaran McCreesh

Reply via email to