diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-04-23 20:45:41 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-04-23 20:46:01 +0200 |
commit | 9229fe300051b7b2af7410915d95c8a6d1850fc2 (patch) | |
tree | 4c6ea714da6238dd2c9df1b3d776933a78737c46 /dev-ml/ppx_sexp_conv | |
parent | package.mask: update slot for ppx_sexp_conv (diff) | |
download | gentoo-9229fe300051b7b2af7410915d95c8a6d1850fc2.tar.gz gentoo-9229fe300051b7b2af7410915d95c8a6d1850fc2.tar.bz2 gentoo-9229fe300051b7b2af7410915d95c8a6d1850fc2.zip |
dev-ml/ppx_sexp_conv: depends on slotted dev-ml/base
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_sexp_conv')
-rw-r--r-- | dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0-r1.ebuild (renamed from dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0-r1.ebuild index 289900ec72db..4f3852e37595 100644 --- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0.ebuild +++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit dune @@ -10,19 +10,18 @@ HOMEPAGE="https://github.com/janestreet/ppx_sexp_conv" SRC_URI="https://github.com/janestreet/ppx_sexp_conv/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0/${PV}" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" # Upper bound on ppxlib for bug #769536 DEPEND=" >=dev-lang/ocaml-4.09.0 - =dev-ml/base-0.15*:= + dev-ml/base:${SLOT} dev-ml/findlib:= >=dev-ml/ppxlib-0.23:= >=dev-ml/ocaml-compiler-libs-0.11.0:= >=dev-ml/ocaml-migrate-parsetree-2.0.0:= dev-ml/cinaps:= - dev-ml/sexplib0:= " RDEPEND="${DEPEND}" |