summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-06-09 00:21:01 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-06-09 01:11:49 +0200
commit6e5b6388a5e82b62c4d4de64c075193ffd9a2cf5 (patch)
tree7e3a839473199cdd68c04aa6023f76e5cb55d1d1 /dev-ml/merlin
parentapp-admin/ttyplot: 1.6.5 (diff)
downloadgentoo-6e5b6388a5e82b62c4d4de64c075193ffd9a2cf5.tar.gz
gentoo-6e5b6388a5e82b62c4d4de64c075193ffd9a2cf5.tar.bz2
gentoo-6e5b6388a5e82b62c4d4de64c075193ffd9a2cf5.zip
dev-ml/merlin: bump ocaml compat to 4.14.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml/merlin')
-rw-r--r--dev-ml/merlin/merlin-4.13-r1.ebuild (renamed from dev-ml/merlin/merlin-4.13.ebuild)3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-ml/merlin/merlin-4.13.ebuild b/dev-ml/merlin/merlin-4.13-r1.ebuild
index 80b96bc1404a..92bd8816e400 100644
--- a/dev-ml/merlin/merlin-4.13.ebuild
+++ b/dev-ml/merlin/merlin-4.13-r1.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
|| (
dev-lang/ocaml:0/4.14
dev-lang/ocaml:0/4.14.1
+ dev-lang/ocaml:0/4.14.2
)
emacs? (
>=app-editors/emacs-23.1:*
@@ -52,6 +53,8 @@ src_unpack() {
mv ${P}-414 "${S}" || die
elif has_version "dev-lang/ocaml:0/4.14.1" ; then
mv ${P}-414 "${S}" || die
+ elif has_version "dev-lang/ocaml:0/4.14.2" ; then
+ mv ${P}-414 "${S}" || die
fi
}