dev-ml/lwt-dllist: fix tests

Closes: https://bugs.gentoo.org/836827
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-05 20:48:43 +02:00
parent 36c5d1677e
commit b9182066ca

View File

@@ -13,7 +13,12 @@ S="${WORKDIR}/${PN}-v${PV}"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"
IUSE="ocamlopt test"
DEPEND=""
RDEPEND="${DEPEND}"
RDEPEND=""
DEPEND="
${RDEPEND}
test? ( dev-ml/lwt )
"
RESTRICT="!test? ( test )"