Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/timezone/
Date: Sat, 29 Jan 2022 11:38:53
Message-Id: 1643456319.b47a21756b4d59daaab85adc565c862bda4bd097.tupone@gentoo
1 commit: b47a21756b4d59daaab85adc565c862bda4bd097
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 11:38:14 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 11:38:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47a2175
7
8 dev-ml/timezone: add rdep on dev-ml/stdio
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/timezone/timezone-0.14.0.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ml/timezone/timezone-0.14.0.ebuild b/dev-ml/timezone/timezone-0.14.0.ebuild
17 index 96fff0a6988c..4eca49d2af72 100644
18 --- a/dev-ml/timezone/timezone-0.14.0.ebuild
19 +++ b/dev-ml/timezone/timezone-0.14.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -17,5 +17,6 @@ IUSE="+ocamlopt"
27 RDEPEND="
28 dev-ml/core_kernel:=
29 dev-ml/ppx_jane:=
30 + dev-ml/stdio:=
31 "
32 DEPEND="${RDEPEND}"