summaryrefslogtreecommitdiff
path: root/sci-mathematics/coq/coq-8.17.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-11 17:39:25 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-11 17:39:25 +0100
commit0d39cf7bd8aae36b5d8eb4272a42dc6919216e34 (patch)
treea693bda4655d339b219f18fa48d970444858c94d /sci-mathematics/coq/coq-8.17.0.ebuild
parent9d8d34d0eedfd7319f905092519980bf1b4ce3e5 (diff)
gentoo auto-resync : 11:04:2023 - 17:39:25
Diffstat (limited to 'sci-mathematics/coq/coq-8.17.0.ebuild')
-rw-r--r--sci-mathematics/coq/coq-8.17.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/coq/coq-8.17.0.ebuild b/sci-mathematics/coq/coq-8.17.0.ebuild
index baa5f98e70ae..19df902424b8 100644
--- a/sci-mathematics/coq/coq-8.17.0.ebuild
+++ b/sci-mathematics/coq/coq-8.17.0.ebuild
@@ -18,7 +18,8 @@ S="${WORKDIR}"/${MY_P}
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
-IUSE="debug doc gui +ocamlopt"
+IUSE="debug doc gui +ocamlopt test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-ml/zarith:=
@@ -47,6 +48,7 @@ BDEPEND="
dev-texlive/texlive-xetex
media-fonts/freefont
)
+ test? ( dev-ml/ounit2 )
"
DOCS=( CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS INSTALL.md README.md )