commit:     df8d12715836c4466bf64c9639590015306e35e1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 07:58:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 07:58:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8d1271

dev-ml/ocamlweb: add missing DEPEND

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/ocamlweb/{ocamlweb-1.41.ebuild => ocamlweb-1.41-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.41-r1.ebuild
similarity index 97%
rename from dev-ml/ocamlweb/ocamlweb-1.41.ebuild
rename to dev-ml/ocamlweb/ocamlweb-1.41-r1.ebuild
index 1cd6b57b27b..0e13362dc9e 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.41-r1.ebuild
@@ -19,12 +19,13 @@ RESTRICT="!test? ( test )"
 DEPEND=">=dev-lang/ocaml-4.08.0:=
        virtual/latex-base
        dev-texlive/texlive-latexextra"
+RDEPEND="${DEPEND}"
 BDEPEND="test? ( dev-tex/hevea )"
 
 PATCHES=(
        "${FILESDIR}/${PN}-1.41-strip.patch"
        "${FILESDIR}/${PN}-1.41-ocaml-4.08.0.patch"
-       )
+)
 
 QA_FLAGS_IGNORED=/usr/bin/ocamlweb
 

Reply via email to