On 1/18/2019 11:11 AM, Miroslav Šulc wrote:
> @@ -130,7 +112,11 @@ ant-tasks_src_unpack() {
>                               cd "${S}"
>  
>                               # replace build.xml with our modified for split 
> building
> -                             mv -f "${WORKDIR}"/build.xml .
> +                             if [ -e "${WORKDIR}"/${PV}-build.patch ] ; then
> +                                     epatch "${WORKDIR}"/${PV}-build.patch

Adding epatch without 'inherit epatch'?  Sounds like gambling on faith.
Also limits to EAPI=6.

Brian

> +                             else
> +                                     mv -f "${WORKDIR}"/build.xml .
> +                             fi
>  
>                               cd lib
>                               # remove bundled xerces

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to