mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-ml/ocaml-ssl: add missing alcotest (test) dependency
Closes: https://bugs.gentoo.org/869017 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user