mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-python/wxpython: add TODO wrt sip regen
It takes even longer since c605f914c0 though
it wasn't quick before.
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -84,7 +84,9 @@ src_configure() {
|
||||
|
||||
python_compile() {
|
||||
# Patch will fail if copy of refreshed sip file is not restored
|
||||
# if using multiple Python implementations
|
||||
# if using multiple Python implementations.
|
||||
# TODO: Could we do this in python_compile_all() instead? It would
|
||||
# save a lot of time.
|
||||
DOXYGEN="$(type -P doxygen)" ${PYTHON} build.py dox touch etg sip --nodoc || die
|
||||
|
||||
cp "${S}/sip/cpp/sip_corewxAppTraits.cpp" "${S}" || die
|
||||
|
||||
Reference in New Issue
Block a user