summaryrefslogtreecommitdiff
path: root/dev-python/wxpython/wxpython-4.2.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-29 18:25:24 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-29 18:25:24 +0000
commit9a435c759b6d0476fd634679bdb097ed5a3489de (patch)
treec14920421d8fb522eadf93ea95a04d9fd8de1082 /dev-python/wxpython/wxpython-4.2.0.ebuild
parenta9eabce7a1c5115bbc939862977b79fab5528b9c (diff)
downloadbaldeagleos-repo-9a435c759b6d0476fd634679bdb097ed5a3489de.tar.gz
baldeagleos-repo-9a435c759b6d0476fd634679bdb097ed5a3489de.tar.xz
baldeagleos-repo-9a435c759b6d0476fd634679bdb097ed5a3489de.zip
Adding metadata
Diffstat (limited to 'dev-python/wxpython/wxpython-4.2.0.ebuild')
-rw-r--r--dev-python/wxpython/wxpython-4.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wxpython/wxpython-4.2.0.ebuild b/dev-python/wxpython/wxpython-4.2.0.ebuild
index 7488b0c5e8dd..4421e79995df 100644
--- a/dev-python/wxpython/wxpython-4.2.0.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.0.ebuild
@@ -78,7 +78,7 @@ src_configure() {
}
python_compile() {
- DOXYGEN=/usr/bin/doxygen ${PYTHON} build.py dox etg --nodoc || die
+ DOXYGEN="$(type -P doxygen)" ${PYTHON} build.py dox etg --nodoc || die
# Refresh the bundled/pregenerated sip files
${PYTHON} build.py sip || die