From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3DD5E59CA3 for ; Sun, 14 Feb 2016 22:51:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10AB021C002; Sun, 14 Feb 2016 22:51:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92DCD21C002 for ; Sun, 14 Feb 2016 22:51:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B4D2340D3B for ; Sun, 14 Feb 2016 22:51:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85C2E8EE for ; Sun, 14 Feb 2016 22:51:05 +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: <1455490241.32ffa8506fb0f2a4b27ed07d2b404ea865d19af2.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/gsl-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild X-VCS-Directories: dev-ml/gsl-ocaml/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 32ffa8506fb0f2a4b27ed07d2b404ea865d19af2 X-VCS-Branch: master Date: Sun, 14 Feb 2016 22:51:05 +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-Archives-Salt: b726549c-ed06-4b49-9e16-8de7f1c09d19 X-Archives-Hash: 47e5a6bc2ae1f17ab2386d284199a4a0 commit: 32ffa8506fb0f2a4b27ed07d2b404ea865d19af2 Author: David Seifert gentoo org> AuthorDate: Sun Feb 14 22:50:41 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 14 22:50:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ffa850 dev-ml/gsl-ocaml: Update sci-libs/gsl dependency Package-Manager: portage-2.2.27 dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild b/dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild index 62b3dcb..0038063 100644 --- a/dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild +++ b/dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples test" -DEPEND=">=sci-libs/gsl-1.10" +DEPEND=">=sci-libs/gsl-1.19" RDEPEND="${DEPEND} !dev-ml/ocamlgsl"