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 0BB6913835A 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 208B3E08E0; 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 D9333E08E8 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 9B50B335D04 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 1552A7A8 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: <1622670632.3b7289bec60f3c65047149317659baac74599fcc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gsl-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1-r1.ebuild sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild X-VCS-Directories: sci-mathematics/gsl-shell/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b7289bec60f3c65047149317659baac74599fcc 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: a9ce29e3-1488-478e-a091-4b658c5032ed X-Archives-Hash: 2cb7ba51205499517ca9f41b6ea61d76 commit: 3b7289bec60f3c65047149317659baac74599fcc Author: Sam James gentoo org> AuthorDate: Wed Jun 2 21:30:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 2 21:50:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7289be sci-mathematics/gsl-shell: subscribe to sci-libs/gsl subslot Signed-off-by: Sam James gentoo.org> .../{gsl-shell-2.3.0_beta1.ebuild => gsl-shell-2.3.0_beta1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild b/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1-r1.ebuild similarity index 98% rename from sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild rename to sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1-r1.ebuild index f182d5168c4..2ee665f0608 100644 --- a/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild +++ b/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1-r1.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="doc fox" RDEPEND=" - >=sci-libs/gsl-1.14 + >=sci-libs/gsl-1.14:= virtual/blas >=x11-libs/agg-2.5 >=media-libs/freetype-2.4.10