mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ml/merlin: bump ocaml compat to 4.14.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user