commit:     d06b9b53ed361d8660fb694d5c18d10059443554
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 20:43:09 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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
 }
 

Reply via email to