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 99D42158094 for ; Sun, 28 Aug 2022 15:46:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7959DE0920; Sun, 28 Aug 2022 15:46:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61176E0920 for ; Sun, 28 Aug 2022 15:46:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC574340CB8 for ; Sun, 28 Aug 2022 15:46:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 406BA574 for ; Sun, 28 Aug 2022 15:46:07 +0000 (UTC) From: "Jan Henke" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jan Henke" Message-ID: <1661701563.e4dd8a04176619fe03d9f6f97b721c5fabc37938.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/lxi-tools/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/lxi-tools/lxi-tools-2.1.ebuild X-VCS-Directories: sci-electronics/lxi-tools/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Jan Henke X-VCS-Revision: e4dd8a04176619fe03d9f6f97b721c5fabc37938 X-VCS-Branch: dev Date: Sun, 28 Aug 2022 15:46:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60dfa7a7-9ca7-4927-b7a0-6728a9665a4a X-Archives-Hash: d0ae0266b2e367d27f1f267e201fc237 commit: e4dd8a04176619fe03d9f6f97b721c5fabc37938 Author: Jan Henke taujhe de> AuthorDate: Sun Aug 28 15:44:45 2022 +0000 Commit: Jan Henke taujhe de> CommitDate: Sun Aug 28 15:46:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4dd8a04 sci-electronics/lxi-tools: Fix pkg_setup Due to using both lua-single-r1 and python-any-r1, pkg_setup needs to explicitly call both's eclasses pkg_setup function. Closes: https://bugs.gentoo.org/866461 Signed-off-by: Jan Henke taujhe.de> sci-electronics/lxi-tools/lxi-tools-2.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sci-electronics/lxi-tools/lxi-tools-2.1.ebuild b/sci-electronics/lxi-tools/lxi-tools-2.1.ebuild index c85ea340c..5fc7da450 100644 --- a/sci-electronics/lxi-tools/lxi-tools-2.1.ebuild +++ b/sci-electronics/lxi-tools/lxi-tools-2.1.ebuild @@ -32,6 +32,11 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="${PYTHON_DEPS}" +pkg_setup() { + python-any-r1_pkg_setup + lua-single_pkg_setup +} + src_configure() { local emesonargs=( $(meson_use gui)