From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3ADEA15802E for ; Wed, 3 Jul 2024 04:19:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E4A0E2A4E; Wed, 3 Jul 2024 04:19:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0670E2A48 for ; Wed, 3 Jul 2024 04:19:40 +0000 (UTC) Received: by smtp.gentoo.org (Postfix, from userid 2212) id C4244342F9F; Wed, 3 Jul 2024 04:19:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id C2970342F93; Wed, 3 Jul 2024 04:19:39 +0000 (UTC) Date: Wed, 3 Jul 2024 04:19:39 +0000 (UTC) From: Andrey Grozin To: gentoo-dev@lists.gentoo.org cc: wxwidgets@gentoo.org Subject: [gentoo-dev] questions about wxwidgets.eclass Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Archives-Salt: 92877cbe-939c-4242-8079-118ae3d6536d X-Archives-Hash: ab60c7568d74bd918d3d43e8365d24d1 Hello *, 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? 2. Suppose a user has 2 slots installed, 3.0-gtk3 and 3.2-gtk3. [S]he can eselect one of them. The slot used during emerging a package should depend only on WX_GTK_VER in the ebuild, and must not depend on which slot is currently eselected. Does wxwidgets.eclass guarantee this? Andrey