commit:     dfc3bd6be6a8cbb686cd88297a884ccad1c7d56c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 12:05:11 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 14:17:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc3bd6b

sci-mathematics/coq: add ounit2 to test deps

Closes: https://bugs.gentoo.org/904152
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 sci-mathematics/coq/coq-8.17.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 )

Reply via email to