diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-04-23 14:09:37 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-04-23 14:09:37 +0200 |
commit | 06ecb264c365105dc3bd458d5754251c3e939c5d (patch) | |
tree | dcfb5363d5c10982bd0fd2f6957b5c646564f7e5 /dev-ml/sexplib0 | |
parent | dev-java/jython: dependency switch to dev-java/netty (diff) | |
download | gentoo-06ecb264c365105dc3bd458d5754251c3e939c5d.tar.gz gentoo-06ecb264c365105dc3bd458d5754251c3e939c5d.tar.bz2 gentoo-06ecb264c365105dc3bd458d5754251c3e939c5d.zip |
dev-ml/sexplib0: SLOT 0/0.15
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/sexplib0')
-rw-r--r-- | dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild (renamed from dev-ml/sexplib0/sexplib0-0.15.0.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/sexplib0/sexplib0-0.15.0.ebuild b/dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild index b2a226713333..b3fe7c25936f 100644 --- a/dev-ml/sexplib0/sexplib0-0.15.0.ebuild +++ b/dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit dune DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions" HOMEPAGE="https://github.com/janestreet/sexplib0" -SRC_URI="https://github.com/janestreet/sexplib0/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" -SLOT="0/${PV}" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" |