summaryrefslogtreecommitdiff
path: root/dev-python/wxpython/wxpython-4.2.1.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.1.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.1.ebuild')
-rw-r--r--dev-python/wxpython/wxpython-4.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wxpython/wxpython-4.2.1.ebuild b/dev-python/wxpython/wxpython-4.2.1.ebuild
index a609da43141e..db600927b5be 100644
--- a/dev-python/wxpython/wxpython-4.2.1.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.1.ebuild
@@ -71,7 +71,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
"${EPYTHON}" build.py sip || die