commit:     9229fe300051b7b2af7410915d95c8a6d1850fc2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 18:45:41 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 18:46:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9229fe30

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 <AT> gentoo.org>

 ...{ppx_sexp_conv-0.15.0.ebuild => ppx_sexp_conv-0.15.0-r1.ebuild} | 7 +++----
 1 file 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
similarity index 91%
rename from dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0.ebuild
rename to 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}"

Reply via email to