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 5676C1382C5 for ; Wed, 2 Jun 2021 22:36:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20AD0E08E8; Wed, 2 Jun 2021 22:36:35 +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 D5FF4E08E5 for ; Wed, 2 Jun 2021 22:36:34 +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 A02F0335D11 for ; Wed, 2 Jun 2021 22:36:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28FDA7A9 for ; Wed, 2 Jun 2021 22:36:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622670633.322284b3306fe95a940faae3cb4fdbcfbf6d2c87.sam@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-r1.ebuild sci-libs/mathgl/mathgl-2.4.4.ebuild X-VCS-Directories: sci-libs/mathgl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 322284b3306fe95a940faae3cb4fdbcfbf6d2c87 X-VCS-Branch: master Date: Wed, 2 Jun 2021 22:36:31 +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: 97fe5045-f738-4db4-b56f-98fab2a19803 X-Archives-Hash: 256db55bfa4911e2713b5a840eb971de commit: 322284b3306fe95a940faae3cb4fdbcfbf6d2c87 Author: Sam James gentoo org> AuthorDate: Wed Jun 2 21:31:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 2 21:50:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322284b3 sci-libs/mathgl: subscribe to sci-libs/gsl subslot Signed-off-by: Sam James gentoo.org> sci-libs/mathgl/{mathgl-2.4.4.ebuild => mathgl-2.4.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/mathgl/mathgl-2.4.4.ebuild b/sci-libs/mathgl/mathgl-2.4.4-r1.ebuild similarity index 99% rename from sci-libs/mathgl/mathgl-2.4.4.ebuild rename to sci-libs/mathgl/mathgl-2.4.4-r1.ebuild index c3da586164f..ba882749acc 100644 --- a/sci-libs/mathgl/mathgl-2.4.4.ebuild +++ b/sci-libs/mathgl/mathgl-2.4.4-r1.ebuild @@ -28,7 +28,7 @@ RDEPEND=" fltk? ( x11-libs/fltk:1 ) gif? ( media-libs/giflib ) glut? ( media-libs/freeglut ) - gsl? ( >=sci-libs/gsl-2 ) + gsl? ( >=sci-libs/gsl-2:= ) hdf? ( sci-libs/hdf ) hdf5? ( >=sci-libs/hdf5-1.8[mpi=] ) jpeg? ( virtual/jpeg:0 )