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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E07EE1382C5 for ; Sun, 4 Apr 2021 20:21:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CC9FE0882; Sun, 4 Apr 2021 20:21:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE094E0884 for ; Sun, 4 Apr 2021 20:21:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC20A33FAD1 for ; Sun, 4 Apr 2021 20:21:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24B57702 for ; Sun, 4 Apr 2021 20:21:23 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1617567660.07eb2c196281061e5bb1c1ee2eefefd928877aaf.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mathgl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/mathgl/mathgl-2.4.4.ebuild X-VCS-Directories: sci-libs/mathgl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 07eb2c196281061e5bb1c1ee2eefefd928877aaf X-VCS-Branch: master Date: Sun, 4 Apr 2021 20:21:23 +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: 044007ac-c477-4d9a-b357-042d97d9ebca X-Archives-Hash: eb1b5fff3ca8214ee324c423739985f3 commit: 07eb2c196281061e5bb1c1ee2eefefd928877aaf Author: David Seifert gentoo org> AuthorDate: Sun Apr 4 20:21:00 2021 +0000 Commit: David Seifert gentoo 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 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+=(