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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD90A158020 for ; Thu, 27 Oct 2022 14:56:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF659E0948; Thu, 27 Oct 2022 14:56:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DABC1E0948 for ; Thu, 27 Oct 2022 14:56:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20ADC33E4AD for ; Thu, 27 Oct 2022 14:56:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8703C615 for ; Thu, 27 Oct 2022 14:56:29 +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: <1666882561.c53b58ae98a9c3b56070f9eb0d0a2348ae6c518f.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/seq/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/seq/seq-0.3.ebuild X-VCS-Directories: dev-ml/seq/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: c53b58ae98a9c3b56070f9eb0d0a2348ae6c518f X-VCS-Branch: master Date: Thu, 27 Oct 2022 14:56:29 +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: d96429b7-489d-49dc-8081-80850e683614 X-Archives-Hash: fb6f297006e0ae62b66e0dd09b8dc510 commit: c53b58ae98a9c3b56070f9eb0d0a2348ae6c518f Author: Alfredo Tupone gentoo org> AuthorDate: Thu Oct 27 14:54:04 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Oct 27 14:56:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53b58ae dev-ml/seq: not needed for ocaml >= 4.07 Closes: https://bugs.gentoo.org/878289 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/seq/seq-0.3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ml/seq/seq-0.3.ebuild b/dev-ml/seq/seq-0.3.ebuild index 7f7482efb9b0..3ae37ac37172 100644 --- a/dev-ml/seq/seq-0.3.ebuild +++ b/dev-ml/seq/seq-0.3.ebuild @@ -11,5 +11,7 @@ SRC_URI="https://github.com/c-cube/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" + +RDEPEND="