diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 00:13:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 02:09:28 +0000 |
commit | 5f4dce111362f77c4fc221c71c73b514cccd3b73 (patch) | |
tree | 1f8d944dea237b1cd3d56e627c86ddfaaa5df92b /dev-ml/merlin-extend | |
parent | dev-ml/lablgl: clean up patches (diff) | |
download | gentoo-5f4dce111362f77c4fc221c71c73b514cccd3b73.tar.gz gentoo-5f4dce111362f77c4fc221c71c73b514cccd3b73.tar.bz2 gentoo-5f4dce111362f77c4fc221c71c73b514cccd3b73.zip |
dev-ml/merlin-extend: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/merlin-extend')
-rw-r--r-- | dev-ml/merlin-extend/merlin-extend-0.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ml/merlin-extend/merlin-extend-0.3.ebuild b/dev-ml/merlin-extend/merlin-extend-0.3.ebuild index fc7c9b64453a..e15e2f21b2f2 100644 --- a/dev-ml/merlin-extend/merlin-extend-0.3.ebuild +++ b/dev-ml/merlin-extend/merlin-extend-0.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit findlib @@ -12,7 +12,6 @@ SRC_URI="https://github.com/let-def/merlin-extend/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64" -IUSE="" DEPEND="dev-lang/ocaml:0/4.05.0" RDEPEND="${DEPEND}" |