dev-ml/domain-name: fix tests

Closes: https://bugs.gentoo.org/836822
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-05 20:47:39 +02:00
parent 144c4b6ba2
commit c5714c614b

View File

@@ -12,4 +12,12 @@ SRC_URI="https://github.com/hannesm/domain-name/releases/download/v${PV}/${P}.tb
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"
IUSE="ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND=""
DEPEND="
${RDEPEND}
test? ( dev-ml/alcotest )
"