diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-31 14:42:02 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-31 14:42:02 +0100 |
commit | 298bb2288d8c7c0eb56a4496093ae7217e114668 (patch) | |
tree | b46d159e56730bec212aaa155b1c5f9a32de0dce /dev-ml/core | |
parent | dev-scheme/gauche: new upstream release (diff) | |
download | gentoo-298bb2288d8c7c0eb56a4496093ae7217e114668.tar.gz gentoo-298bb2288d8c7c0eb56a4496093ae7217e114668.tar.bz2 gentoo-298bb2288d8c7c0eb56a4496093ae7217e114668.zip |
dev-ml/core: fix dep
Closes: https://bugs.gentoo.org/832373
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/core')
-rw-r--r-- | dev-ml/core/core-0.14.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/core/core-0.14.1.ebuild b/dev-ml/core/core-0.14.1.ebuild index 360f559aa22d..14bb552e9edb 100644 --- a/dev-ml/core/core-0.14.1.ebuild +++ b/dev-ml/core/core-0.14.1.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 @@ -26,5 +26,6 @@ RDEPEND=" dev-ml/spawn:= dev-ml/stdio:= dev-ml/timezone:= + <dev-ml/jane-street-headers-0.15:= " DEPEND="${RDEPEND}" |