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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B152158003 for ; Mon, 21 Mar 2022 12:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF5C1E0869; Mon, 21 Mar 2022 12:59:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D363E0869 for ; Mon, 21 Mar 2022 12:59:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A872343055 for ; Mon, 21 Mar 2022 12:59:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A419250 for ; Mon, 21 Mar 2022 12:59:31 +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: <1647867559.18e6f62abc80edec8ba77c7a326012499982a494.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/orpie/orpie-1.6.1.ebuild X-VCS-Directories: sci-calculators/orpie/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 18e6f62abc80edec8ba77c7a326012499982a494 X-VCS-Branch: master Date: Mon, 21 Mar 2022 12:59: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: 627c5c64-6909-4916-ac63-eaa0793dbae9 X-Archives-Hash: ce7ccaa2f353239962016477c389fcc4 commit: 18e6f62abc80edec8ba77c7a326012499982a494 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Mar 21 12:59:19 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Mar 21 12:59:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e6f62a sci-calculators/orpie: fix deps Closes: https://bugs.gentoo.org/835736 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> sci-calculators/orpie/orpie-1.6.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-calculators/orpie/orpie-1.6.1.ebuild b/sci-calculators/orpie/orpie-1.6.1.ebuild index 4f85a71de71b..fb1ff464a7b9 100644 --- a/sci-calculators/orpie/orpie-1.6.1.ebuild +++ b/sci-calculators/orpie/orpie-1.6.1.ebuild @@ -16,6 +16,7 @@ IUSE="+ocamlopt" DEPEND="dev-ml/gsl-ocaml:= dev-ml/curses:= + dev-ml/num:= dev-ml/camlp5":= RDEPEND="${DEPEND}"