Diff merlin-extend-0.6-r1 with a merlin-extend-0.6.1

/usr/portage/dev-ml/merlin-extend/merlin-extend-0.6.1.ebuild 2023-10-09 14:52:29.792368358 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit dune
7 7

  
8 8
DESCRIPTION="SDK to extend Merlin"
9
HOMEPAGE="https://github.com/let-def/merlin-extend"
10
SRC_URI="https://github.com/let-def/merlin-extend/archive/v${PV}.tar.gz -> ${P}.tar.gz"
9
HOMEPAGE="https://github.com/let-def/merlin-extend/"
10
SRC_URI="https://github.com/let-def/merlin-extend/archive/v${PV}.tar.gz
11
	-> ${P}.tar.gz"
11 12

  
12 13
LICENSE="MIT"
13 14
SLOT="0/${PV}"
14
KEYWORDS="~amd64"
15
KEYWORDS="~amd64 ~x86"
15 16
IUSE="+ocamlopt"
16 17

  
17 18
RDEPEND="dev-lang/ocaml:="
18
DEPEND="${RDEPEND}
19
	dev-ml/cppo"
19
DEPEND="
20
	${RDEPEND}
21
	dev-ml/cppo
22
"
Thank you!