app-doc/doxygen: unconditionally depend on python

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/763240
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2021-04-13 08:12:11 +01:00
parent ffd1f26704
commit cb4ac6a0af
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ RESTRICT="!doc? ( test )"
BDEPEND="sys-devel/bison
sys-devel/flex
doc? ( ${PYTHON_DEPS} )
${PYTHON_DEPS}
"
RDEPEND="app-text/ghostscript-gpl
dev-lang/perl
@@ -65,7 +65,7 @@ DOCS=( LANGUAGE.HOWTO README.md )
pkg_setup() {
use clang && llvm_pkg_setup
use doc && python-any-r1_pkg_setup
python-any-r1_pkg_setup
}
src_prepare() {

View File

@@ -25,7 +25,7 @@ RESTRICT="!doc? ( test )"
BDEPEND="sys-devel/bison
sys-devel/flex
doc? ( ${PYTHON_DEPS} )
${PYTHON_DEPS}
"
RDEPEND="app-text/ghostscript-gpl
dev-lang/perl
@@ -65,7 +65,7 @@ DOCS=( LANGUAGE.HOWTO README.md )
pkg_setup() {
use clang && llvm_pkg_setup
use doc && python-any-r1_pkg_setup
python-any-r1_pkg_setup
}
src_prepare() {