diff options
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/timezone/timezone-0.14.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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}" |