commit: 2a030434ddb039661be29f238012c827e6439341 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Oct 17 16:53:56 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Oct 17 16:54:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a030434
dev-ml/tiny_httpd: rdepends on logs Closes: https://bugs.gentoo.org/941456 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> .../tiny_httpd/{tiny_httpd-0.16.ebuild => tiny_httpd-0.16-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ml/tiny_httpd/tiny_httpd-0.16.ebuild b/dev-ml/tiny_httpd/tiny_httpd-0.16-r1.ebuild similarity index 90% rename from dev-ml/tiny_httpd/tiny_httpd-0.16.ebuild rename to dev-ml/tiny_httpd/tiny_httpd-0.16-r1.ebuild index a0453cacbc4c..559f87998011 100644 --- a/dev-ml/tiny_httpd/tiny_httpd-0.16.ebuild +++ b/dev-ml/tiny_httpd/tiny_httpd-0.16-r1.ebuild @@ -19,8 +19,9 @@ IUSE="camlzip ocamlopt test" RDEPEND=" >=dev-lang/ocaml-4.08 - dev-ml/result:= - camlzip? ( >=dev-ml/camlzip-1.06:= ) + dev-ml/logs:=[ocamlopt?] + dev-ml/result:=[ocamlopt?] + camlzip? ( >=dev-ml/camlzip-1.06:=[ocamlopt?] ) " DEPEND=" ${RDEPEND}
