summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-05-29 12:26:53 +0200
committerAlfredo Tupone <tupone@gentoo.org>2024-05-29 12:27:41 +0200
commit11dfafbf2f27ac7ad672c57f4fe75f36ecfdf0f2 (patch)
treedfa5e9bd308300039bb3e6e50f6d02fbe7f24762 /dev-ml/textutils
parentdev-perl/Time-Monotonic: Fix implicit function definition (diff)
downloadgentoo-11dfafbf2f27ac7ad672c57f4fe75f36ecfdf0f2.tar.gz
gentoo-11dfafbf2f27ac7ad672c57f4fe75f36ecfdf0f2.tar.bz2
gentoo-11dfafbf2f27ac7ad672c57f4fe75f36ecfdf0f2.zip
dev-ml/textutils: 0.14.0 is only for 0.14.* deps
Closes: https://bugs.gentoo.org/932771 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/textutils')
-rw-r--r--dev-ml/textutils/textutils-0.14.0-r1.ebuild (renamed from dev-ml/textutils/textutils-0.14.0.ebuild)8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0-r1.ebuild
index ff21a6b6789a..65f0581c25d2 100644
--- a/dev-ml/textutils/textutils-0.14.0.ebuild
+++ b/dev-ml/textutils/textutils-0.14.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,9 +15,9 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
RDEPEND="
- dev-ml/core:=
- dev-ml/core_kernel:=
- dev-ml/ppx_jane:=
+ <dev-ml/core-0.15:=
+ <dev-ml/core_kernel-0.15:=
+ dev-ml/ppx_jane:0/0.14.0
dev-ml/uutf:=
"
DEPEND="${RDEPEND}"