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 7D388158003 for ; Thu, 16 Feb 2023 11:59:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B098DE0867; Thu, 16 Feb 2023 11:59:27 +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 0CC9CE0867 for ; Thu, 16 Feb 2023 11:59:27 +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 EEE79340EE9 for ; Thu, 16 Feb 2023 11:59:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43CB621 for ; Thu, 16 Feb 2023 11:59:24 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1676548178.a067191668da35890eb2cd748e83849fbaf0c905.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gappalib-coq/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/gappalib-coq/gappalib-coq-1.5.2-r1.ebuild sci-mathematics/gappalib-coq/gappalib-coq-1.5.2.ebuild X-VCS-Directories: sci-mathematics/gappalib-coq/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: a067191668da35890eb2cd748e83849fbaf0c905 X-VCS-Branch: master Date: Thu, 16 Feb 2023 11:59:24 +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: 9a7ad4d0-4bde-4a99-8a6e-b1aa1a880632 X-Archives-Hash: 9c7e0ce8e8afbdd9a7cd217691e257a8 commit: a067191668da35890eb2cd748e83849fbaf0c905 Author: Maciej Barć gentoo org> AuthorDate: Thu Feb 16 11:35:07 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Feb 16 11:49:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0671916 sci-mathematics/gappalib-coq: fix deps; add ocamlopt Closes: https://bugs.gentoo.org/894746 Signed-off-by: Maciej Barć gentoo.org> .../{gappalib-coq-1.5.2.ebuild => gappalib-coq-1.5.2-r1.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/gappalib-coq/gappalib-coq-1.5.2.ebuild b/sci-mathematics/gappalib-coq/gappalib-coq-1.5.2-r1.ebuild similarity index 85% rename from sci-mathematics/gappalib-coq/gappalib-coq-1.5.2.ebuild rename to sci-mathematics/gappalib-coq/gappalib-coq-1.5.2-r1.ebuild index 6bf57a25ef10..5b11673ef1d8 100644 --- a/sci-mathematics/gappalib-coq/gappalib-coq-1.5.2.ebuild +++ b/sci-mathematics/gappalib-coq/gappalib-coq-1.5.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,10 +13,12 @@ SRC_URI="https://gappa.gitlabpages.inria.fr/releases/${P}.tar.gz" LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="ocamlopt" RDEPEND=" - >=sci-mathematics/coq-8.12 - sci-mathematics/flocq + dev-lang/ocaml:=[ocamlopt?] + >=sci-mathematics/coq-8.12:= + sci-mathematics/flocq:= sci-mathematics/gappa " DEPEND="${RDEPEND}"