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 F05161382C5 for ; Tue, 25 May 2021 18:43:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 598F6E05AC; Tue, 25 May 2021 18:43:20 +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 427DEE05AC for ; Tue, 25 May 2021 18:43:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2893F335CF5 for ; Tue, 25 May 2021 18:43:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D281B597 for ; Tue, 25 May 2021 18:43:17 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1621968194.6dbcc61c8ec84fa62b69fde2c277a59eb585ea98.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gsl/gsl-1.16.ebuild X-VCS-Directories: sci-libs/gsl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6dbcc61c8ec84fa62b69fde2c277a59eb585ea98 X-VCS-Branch: master Date: Tue, 25 May 2021 18:43:17 +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: 5d6b82c7-5940-4045-b6f6-b5c47367c342 X-Archives-Hash: 6e8b08c58d5aa0da858f6ac098f8018a commit: 6dbcc61c8ec84fa62b69fde2c277a59eb585ea98 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue May 25 18:42:54 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue May 25 18:43:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbcc61c sci-libs/gsl: move eselect-cblas to RDEPEND Closes: https://bugs.gentoo.org/610392 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/gsl/gsl-1.16.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-libs/gsl/gsl-1.16.ebuild b/sci-libs/gsl/gsl-1.16.ebuild index b4ccad464d8..eac9c3b6f75 100644 --- a/sci-libs/gsl/gsl-1.16.ebuild +++ b/sci-libs/gsl/gsl-1.16.ebuild @@ -15,9 +15,10 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="cblas-external static-libs" -RDEPEND="cblas-external? ( virtual/cblas )" +RDEPEND=" + cblas-external? ( virtual/cblas ) + app-eselect/eselect-cblas" DEPEND="${RDEPEND} - app-eselect/eselect-cblas virtual/pkgconfig" DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO )