From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id B54BE1582EF for ; Sat, 22 Feb 2025 20:44:17 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9C9E8343206 for ; Sat, 22 Feb 2025 20:44:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9F4E01102A2; Sat, 22 Feb 2025 20:44:16 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 97D221102A2 for ; Sat, 22 Feb 2025 20:44:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 539D33431CB for ; Sat, 22 Feb 2025 20:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1882107A for ; Sat, 22 Feb 2025 20:44:14 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1740257033.d06b9b53ed361d8660fb694d5c18d10059443554.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/hugin/hugin-2024.0.1.ebuild media-gfx/hugin/hugin-9999.ebuild X-VCS-Directories: media-gfx/hugin/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d06b9b53ed361d8660fb694d5c18d10059443554 X-VCS-Branch: master Date: Sat, 22 Feb 2025 20:44:14 +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: 25d5a4c4-250b-4d9e-8a3e-517ef645a48c X-Archives-Hash: 8c53e0dc1744ecef2338bdd567615f2f commit: d06b9b53ed361d8660fb694d5c18d10059443554 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Feb 22 20:43:09 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Feb 22 20:43:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06b9b53 media-gfx/hugin: call setup-wxwidgets from src_configure Closes: https://bugs.gentoo.org/935477 Signed-off-by: Andreas K. Hüttel gentoo.org> media-gfx/hugin/hugin-2024.0.1.ebuild | 4 ++-- media-gfx/hugin/hugin-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/hugin/hugin-2024.0.1.ebuild b/media-gfx/hugin/hugin-2024.0.1.ebuild index a9919d40d6b9..97f83aeec019 100644 --- a/media-gfx/hugin/hugin-2024.0.1.ebuild +++ b/media-gfx/hugin/hugin-2024.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -56,7 +56,6 @@ DOCS=( authors.txt README TODO ) pkg_setup() { use python && python-single-r1_pkg_setup - setup-wxwidgets } src_prepare() { @@ -72,6 +71,7 @@ src_configure() { -DBUILD_HSI=$(usex python) -DENABLE_LAPACK=$(usex lapack) ) + setup-wxwidgets cmake_src_configure } diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild index db8dffa1c308..a4a3306f0be7 100644 --- a/media-gfx/hugin/hugin-9999.ebuild +++ b/media-gfx/hugin/hugin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -60,7 +60,6 @@ DOCS=( authors.txt README TODO ) pkg_setup() { use python && python-single-r1_pkg_setup - setup-wxwidgets } src_prepare() { @@ -72,6 +71,7 @@ src_configure() { -DBUILD_HSI=$(usex python) -DENABLE_LAPACK=$(usex lapack) ) + setup-wxwidgets cmake_src_configure }