mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-ml/lwt: for test require ppx_here
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -12,7 +12,8 @@ SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="LGPL-2.1-with-linking-exception"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
|
||||
IUSE="+ocamlopt"
|
||||
IUSE="+ocamlopt test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libev
|
||||
@@ -28,6 +29,7 @@ RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
dev-ml/cppo
|
||||
dev-ml/findlib
|
||||
test? ( dev-ml/ppx_here )
|
||||
"
|
||||
|
||||
# "domainslib" is unpackaged.
|
||||
|
||||
Reference in New Issue
Block a user