On Wed, 3 Jul 2024, Eli Schwartz wrote: > On 7/3/24 12:19 AM, Andrey Grozin wrote: >> 1. From which phase function should setup-wxwidgets be called? >> The current statistics of the packages in the tree is: >> src_configure 66 >> src_prepare   16 >> pkg_setup      6 >> pkg_prepare    1 >> Does this mean that one of these groups is right, and the other 3 ones >> are wrong and should be fixed? > Well, the eclass docs *literally* state the answer: > https://devmanual.gentoo.org/eclass-reference/wxwidgets.eclass/ > """ > Call this in your ebuild to set up the environment for wxGTK in > src_configure. > """ Thank you. I've fixed my packages, and filed bugs about other packages calling setup-wxwidgets from somewhere else. Andrey