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.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/wxpython/wxpython-4.2.0.ebuild') 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 -- cgit v1.3.1