commit:     07eb2c196281061e5bb1c1ee2eefefd928877aaf
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 20:21:00 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 20:21:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07eb2c19

sci-libs/mathgl: need-wxwidgets -> setup-wxwidgets

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-libs/mathgl/mathgl-2.4.4.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-libs/mathgl/mathgl-2.4.4.ebuild 
b/sci-libs/mathgl/mathgl-2.4.4.ebuild
index 4485d272e44..c3da586164f 100644
--- a/sci-libs/mathgl/mathgl-2.4.4.ebuild
+++ b/sci-libs/mathgl/mathgl-2.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -81,11 +81,12 @@ src_prepare() {
        sed -i -e 's/update-mime-database/true/' udav/CMakeLists.txt || die
        sed -i -e 's/update-desktop-database/true/' udav/CMakeLists.txt || die
 
-       use wxwidgets && need-wxwidgets unicode
        cmake_src_prepare
 }
 
 src_configure() {
+       use wxwidgets && setup-wxwidgets unicode
+
        local mycmakeargs=()
        if use hdf; then
                mycmakeargs+=(

Reply via email to