commit: a067191668da35890eb2cd748e83849fbaf0c905 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Feb 16 11:35:07 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> 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ć <xgqt <AT> 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}"
