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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEAB41580FD for ; Mon, 23 Dec 2024 22:23:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D538AE041F; Mon, 23 Dec 2024 22:23:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54FEDE041F for ; Mon, 23 Dec 2024 22:23:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D50033D3CF for ; Mon, 23 Dec 2024 22:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 722311048 for ; Mon, 23 Dec 2024 22:23:35 +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: <1734992599.2e0aa1095be3240bc3caf731e24797dea31d14d1.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/mccs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/mccs/mccs-1.1.17-r1.ebuild dev-ml/mccs/mccs-1.1.17.ebuild dev-ml/mccs/mccs-1.1.18-r1.ebuild dev-ml/mccs/mccs-1.1.18.ebuild X-VCS-Directories: dev-ml/mccs/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 2e0aa1095be3240bc3caf731e24797dea31d14d1 X-VCS-Branch: master Date: Mon, 23 Dec 2024 22:23:35 +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: 907ddd47-7bf4-4095-87a3-e41b38706f2d X-Archives-Hash: db896debac2a5ab1d870321fc692f41b commit: 2e0aa1095be3240bc3caf731e24797dea31d14d1 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Dec 23 22:22:49 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Dec 23 22:23:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0aa109 dev-ml/mccs: add rdeps on extlib Closes: https://bugs.gentoo.org/941618 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/mccs/{mccs-1.1.17.ebuild => mccs-1.1.17-r1.ebuild} | 10 +++------- dev-ml/mccs/{mccs-1.1.18.ebuild => mccs-1.1.18-r1.ebuild} | 10 +++------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/dev-ml/mccs/mccs-1.1.17.ebuild b/dev-ml/mccs/mccs-1.1.17-r1.ebuild similarity index 84% rename from dev-ml/mccs/mccs-1.1.17.ebuild rename to dev-ml/mccs/mccs-1.1.17-r1.ebuild index 1aaea5e5d372..91467c76e9ff 100644 --- a/dev-ml/mccs/mccs-1.1.17.ebuild +++ b/dev-ml/mccs/mccs-1.1.17-r1.ebuild @@ -15,15 +15,11 @@ S="${WORKDIR}"/ocaml-${PN}-$(ver_rs 2 '-') LICENSE="|| ( LGPL-2.1 BSD GPL-3 )" SLOT="0/${PV}" KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" -IUSE="+ocamlopt test" -RESTRICT="!test? ( test )" +IUSE="+ocamlopt" RDEPEND=" dev-ml/cudf:= + dev-ml/extlib:= sci-mathematics/glpk:= " -DEPEND="${RDEPEND} - test? ( - dev-ml/extlib:= - ) -" +DEPEND="${RDEPEND}" diff --git a/dev-ml/mccs/mccs-1.1.18.ebuild b/dev-ml/mccs/mccs-1.1.18-r1.ebuild similarity index 84% rename from dev-ml/mccs/mccs-1.1.18.ebuild rename to dev-ml/mccs/mccs-1.1.18-r1.ebuild index 6a857778b7e0..acf18fbb07c9 100644 --- a/dev-ml/mccs/mccs-1.1.18.ebuild +++ b/dev-ml/mccs/mccs-1.1.18-r1.ebuild @@ -15,15 +15,11 @@ S="${WORKDIR}"/ocaml-${PN}-$(ver_rs 2 '-') LICENSE="|| ( LGPL-2.1 BSD GPL-3 )" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" -IUSE="+ocamlopt test" -RESTRICT="!test? ( test )" +IUSE="+ocamlopt" RDEPEND=" dev-ml/cudf:= + dev-ml/extlib:= sci-mathematics/glpk:= " -DEPEND="${RDEPEND} - test? ( - dev-ml/extlib:= - ) -" +DEPEND="${RDEPEND}"