sphinx was using the wrong build dir due to missing .pydistutilscfg.
Bug: https://bugs.gentoo.org/585216
Package-Manager: Portage-2.3.3_p71, Repoman-2.3.1_p64
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
python_compile_all() {
if use doc; then
- "${PYTHON}" setup.py build_sphinx || die
+ esetup.py build_sphinx
fi
}
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
python_compile_all() {
if use doc; then
- "${PYTHON}" setup.py build_sphinx || die
+ esetup.py build_sphinx
fi
}
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
python_compile_all() {
if use doc; then
- "${PYTHON}" setup.py build_sphinx || die
+ esetup.py build_sphinx
fi
}
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
python_compile_all() {
if use doc; then
- "${PYTHON}" setup.py build_sphinx || die
+ esetup.py build_sphinx
fi
}
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
python_compile_all() {
if use doc; then
- "${PYTHON}" setup.py build_sphinx || die
+ esetup.py build_sphinx
fi
}
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
python_compile_all() {
if use doc; then
- "${PYTHON}" setup.py build_sphinx || die
+ esetup.py build_sphinx
fi
}
python_compile_all() {
if use doc; then
- "${PYTHON}" setup.py build_sphinx || die
+ esetup.py build_sphinx
fi
}