From 9a435c759b6d0476fd634679bdb097ed5a3489de Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Fri, 29 Dec 2023 18:25:24 +0000 Subject: Adding metadata --- dev-python/wxpython/wxpython-4.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/wxpython/wxpython-4.2.1.ebuild') 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 -- cgit v1.3.1