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/core/
Date: Mon, 31 Jan 2022 13:42:41
Message-Id: 1643636522.298bb2288d8c7c0eb56a4496093ae7217e114668.tupone@gentoo
1 commit: 298bb2288d8c7c0eb56a4496093ae7217e114668
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 13:42:02 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 13:42:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298bb228
7
8 dev-ml/core: fix dep
9
10 Closes: https://bugs.gentoo.org/832373
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-ml/core/core-0.14.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-ml/core/core-0.14.1.ebuild b/dev-ml/core/core-0.14.1.ebuild
18 index 360f559aa22d..14bb552e9edb 100644
19 --- a/dev-ml/core/core-0.14.1.ebuild
20 +++ b/dev-ml/core/core-0.14.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -26,5 +26,6 @@ RDEPEND="
28 dev-ml/spawn:=
29 dev-ml/stdio:=
30 dev-ml/timezone:=
31 + <dev-ml/jane-street-headers-0.15:=
32 "
33 DEPEND="${RDEPEND}"