diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-29 12:38:14 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-29 12:38:39 +0100 |
commit | b47a21756b4d59daaab85adc565c862bda4bd097 (patch) | |
tree | 1f9695fdfeaea529117a6d9212bfa91a13d02245 /dev-ml | |
parent | dev-python/ssh2-python: 0.27.0 version bump with py3.10 support. (diff) | |
download | gentoo-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>
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}" |