diff options
Diffstat (limited to 'dev-ml/ppx_tools/ppx_tools-6.2.ebuild')
-rw-r--r-- | dev-ml/ppx_tools/ppx_tools-6.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-ml/ppx_tools/ppx_tools-6.2.ebuild b/dev-ml/ppx_tools/ppx_tools-6.2.ebuild index 9ae7a2184389..79491ecf97b1 100644 --- a/dev-ml/ppx_tools/ppx_tools-6.2.ebuild +++ b/dev-ml/ppx_tools/ppx_tools-6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,12 +9,11 @@ MY_PV=$(ver_rs 2 '+') DESCRIPTION="Tools for authors of ppx rewriters" HOMEPAGE="https://github.com/alainfrisch/ppx_tools" SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-$(ver_rs 2 '-')" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" -DEPEND="" -RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}-$(ver_rs 2 '-')" +BDEPEND="<dev-lang/ocaml-4.12.0" |