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 525F6138334 for ; Mon, 28 Oct 2019 21:15:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D9E3E0809; Mon, 28 Oct 2019 21:15:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 73C0FE0809 for ; Mon, 28 Oct 2019 21:15:21 +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 530C434C4C3 for ; Mon, 28 Oct 2019 21:15:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1705A884 for ; Mon, 28 Oct 2019 21:15:18 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1572297302.e254824ef44e703f59e5f918d44802a7d85d1348.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alt-ergo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild X-VCS-Directories: sci-mathematics/alt-ergo/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: e254824ef44e703f59e5f918d44802a7d85d1348 X-VCS-Branch: master Date: Mon, 28 Oct 2019 21:15:18 +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: eb00de8a-d8da-44f9-8353-769b9914199d X-Archives-Hash: e3403cd92d31164a23b4bff3ac9e6a6f commit: e254824ef44e703f59e5f918d44802a7d85d1348 Author: Tupone Alfredo gentoo org> AuthorDate: Mon Oct 28 21:15:02 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Oct 28 21:15:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e254824e sci-mathematics/alt-ergo: add dev-ml/seq dependency Closes: https://bugs.gentoo.org/692252 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone gentoo.org> sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild index 52fdd50ec7a..6dc8404508d 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild @@ -19,6 +19,7 @@ DEPEND=">=dev-lang/ocaml-3.12.1[ocamlopt?] sci-mathematics/psmt2-frontend >=dev-ml/ocplib-simplex-0.4 >=dev-ml/menhir-20181006 + dev-ml/seq dev-ml/dune" RDEPEND="${DEPEND}"