diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-10-17 18:53:56 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-10-17 18:54:24 +0200 |
commit | 2a030434ddb039661be29f238012c827e6439341 (patch) | |
tree | 4c2af876519de66ea6764068df6f0d670c09ffbd /dev-ml/tiny_httpd | |
parent | gui-apps/swaylock: sync live ebuild (diff) | |
download | gentoo-2a030434ddb039661be29f238012c827e6439341.tar.gz gentoo-2a030434ddb039661be29f238012c827e6439341.tar.bz2 gentoo-2a030434ddb039661be29f238012c827e6439341.zip |
dev-ml/tiny_httpd: rdepends on logs
Closes: https://bugs.gentoo.org/941456
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/tiny_httpd')
-rw-r--r-- | dev-ml/tiny_httpd/tiny_httpd-0.16-r1.ebuild (renamed from dev-ml/tiny_httpd/tiny_httpd-0.16.ebuild) | 5 |
1 files 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 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} |