dev-ml/xapi-test-utils: switch RDEPEND with DEPEND

Closes: https://bugs.gentoo.org/838808
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-16 14:59:22 +02:00
parent 25afb42e89
commit e8901804d6

View File

@@ -14,9 +14,9 @@ SLOT="0/${PV}"
KEYWORDS="~amd64" KEYWORDS="~amd64"
IUSE="ocamlopt test" IUSE="ocamlopt test"
DEPEND="" RDEPEND=""
RDEPEND=" DEPEND="
${DEPEND} ${RDEPEND}
test? ( dev-ml/alcotest ) test? ( dev-ml/alcotest )
" "