From b47a21756b4d59daaab85adc565c862bda4bd097 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 29 Jan 2022 12:38:14 +0100 Subject: dev-ml/timezone: add rdep on dev-ml/stdio Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone --- dev-ml/timezone/timezone-0.14.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/timezone/timezone-0.14.0.ebuild b/dev-ml/timezone/timezone-0.14.0.ebuild index 96fff0a6988c..4eca49d2af72 100644 --- a/dev-ml/timezone/timezone-0.14.0.ebuild +++ b/dev-ml/timezone/timezone-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,5 +17,6 @@ IUSE="+ocamlopt" RDEPEND=" dev-ml/core_kernel:= dev-ml/ppx_jane:= + dev-ml/stdio:= " DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad