summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-01-29 12:38:14 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-01-29 12:38:39 +0100
commitb47a21756b4d59daaab85adc565c862bda4bd097 (patch)
tree1f9695fdfeaea529117a6d9212bfa91a13d02245
parentdev-python/ssh2-python: 0.27.0 version bump with py3.10 support. (diff)
downloadgentoo-b47a21756b4d59daaab85adc565c862bda4bd097.tar.gz
gentoo-b47a21756b4d59daaab85adc565c862bda4bd097.tar.bz2
gentoo-b47a21756b4d59daaab85adc565c862bda4bd097.zip
dev-ml/timezone: add rdep on dev-ml/stdio
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--dev-ml/timezone/timezone-0.14.0.ebuild3
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}"