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 A2FFC158287 for ; Sat, 17 May 2025 14:58:52 +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 8D073343223 for ; Sat, 17 May 2025 14:58:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C889A1104BC; Sat, 17 May 2025 14:58:19 +0000 (UTC) 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 bobolink.gentoo.org (Postfix) with ESMTPS id C166C1104BB for ; Sat, 17 May 2025 14:58:19 +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 7D4663431F8 for ; Sat, 17 May 2025 14:58:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB07A1EC0 for ; Sat, 17 May 2025 14:58:16 +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: <1747493855.3f210adb397367ffcbb2d9fe8bc13025dae9b9c8.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-8.0.1-r3.ebuild X-VCS-Directories: sci-libs/mathgl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3f210adb397367ffcbb2d9fe8bc13025dae9b9c8 X-VCS-Branch: master Date: Sat, 17 May 2025 14:58:16 +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: 1b779019-900f-4eb5-bc8f-4cd0d29d0a6c X-Archives-Hash: d4a7915607d58fb258bf5efae270e8cd commit: 3f210adb397367ffcbb2d9fe8bc13025dae9b9c8 Author: David Seifert gentoo org> AuthorDate: Sat May 17 14:57:35 2025 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 17 14:57:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f210adb sci-libs/mathgl: minor cleanups Signed-off-by: David Seifert gentoo.org> sci-libs/mathgl/mathgl-8.0.1-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/mathgl/mathgl-8.0.1-r3.ebuild b/sci-libs/mathgl/mathgl-8.0.1-r3.ebuild index 8eb71ae80e2b..00c32c8e8aa1 100644 --- a/sci-libs/mathgl/mathgl-8.0.1-r3.ebuild +++ b/sci-libs/mathgl/mathgl-8.0.1-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 WX_GTK_VER="3.2-gtk3" -inherit cmake wxwidgets multilib flag-o-matic xdg +inherit cmake wxwidgets xdg DESCRIPTION="Math Graphics Library" HOMEPAGE="https://mathgl.sourceforge.net" @@ -30,7 +30,7 @@ RDEPEND=" gsl? ( >=sci-libs/gsl-2:= ) hdf? ( sci-libs/hdf ) hdf5? ( >=sci-libs/hdf5-1.8:=[mpi=] ) - jpeg? ( virtual/jpeg:0 ) + jpeg? ( media-libs/libjpeg-turbo:= ) octave? ( >=sci-mathematics/octave-3.4.0 ) openmp? ( sys-cluster/openmpi ) pdf? ( media-libs/libharu )