From 2100f31117e2268ea0a5b7cf4f83ec2df06df6b8 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Wed, 7 Sep 2022 13:48:36 +0200 Subject: dev-ml/ocaml-ssl: add missing alcotest (test) dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/869017 Signed-off-by: Maciej Barć --- dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild index 7b07f7dcd71d..e5341df81d71 100644 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild +++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild @@ -14,12 +14,16 @@ SRC_URI="https://github.com/savonet/ocaml-ssl/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-2.1" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" -IUSE="+ocamlopt" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" -BDEPEND="dev-ml/dune-configurator" DEPEND="dev-libs/openssl:0= >=dev-lang/ocaml-3.10:=[ocamlopt?]" RDEPEND="${DEPEND}" +BDEPEND=" + dev-ml/dune-configurator + test? ( dev-ml/alcotest ) +" src_install() { dune_src_install -- cgit v1.2.3-65-gdbad