On Thu, Oct 04, 2018 at 11:06:41PM +0100, Stuart Henderson wrote:
> On 2018/10/04 23:30, Klemens Nanni wrote:
> > OK with:
> > 
> > > @@ -30,7 +30,8 @@ MODPY_ADJ_FILES =       lib/libvcc/{vsc,vmod}t
> > >  BUILD_DEPENDS =          ${MODGNU_AUTOCONF_DEPENDS} \
> > >                   ${MODGNU_AUTOMAKE_DEPENDS} \
> > >                   devel/libtool \
> > > -                 textproc/py-docutils${MODPY_FLAVOR}
> > > +                 textproc/py-docutils${MODPY_FLAVOR} \
> > > +                 textproc/py-sphinx
> > sphinx is flavored as well.
> > 
> 
> It calls sphinx-build (not sphinx-build-3), so it specifically wants the 
> py-sphinx
> and not py3-sphinx.
Hm, I think then it should me mentioned somewhere or fixed right away
by using flavors and symlinking the version or so:

        pre-build:
                ln -sf ${LOCALBASE}/bin/sphinx-build${MODPY_BIN_SUFFIX} \
                    ${WRKDIR}/bin/sphinx-build

Reply via email to