commit:     5315cc19812bda512a65f21bb66540ec43d1972a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 21:22:35 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 21:22:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5315cc19

dev-ml/markup: add dependency

Closes: https://bugs.gentoo.org/765514
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/markup/markup-1.0.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-ml/markup/markup-1.0.0.ebuild 
b/dev-ml/markup/markup-1.0.0.ebuild
index 7da8254ac13..65041afd6ba 100644
--- a/dev-ml/markup/markup-1.0.0.ebuild
+++ b/dev-ml/markup/markup-1.0.0.ebuild
@@ -15,8 +15,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 
-DEPEND="dev-ml/lwt
+RDEPEND="dev-ml/lwt
        dev-ml/uutf"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+       test? ( dev-ml/ounit2 )"
 
 S="${WORKDIR}/${PN}.ml-${PV}"

Reply via email to