diff options
author | 2022-05-28 14:38:41 +0200 | |
---|---|---|
committer | 2022-05-28 14:53:32 +0200 | |
commit | 7f29fab3e6ddf774453bb34eb530a12f85a0ed8a (patch) | |
tree | b2b1a00db977324ada856f989a9b918fb7d94256 /dev-ml | |
parent | dev-ml/gapi-ocaml: add subslot (diff) | |
download | guru-7f29fab3e6ddf774453bb34eb530a12f85a0ed8a.tar.gz guru-7f29fab3e6ddf774453bb34eb530a12f85a0ed8a.tar.bz2 guru-7f29fab3e6ddf774453bb34eb530a12f85a0ed8a.zip |
dev-ml/ocamlfuse: add subslot
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlfuse/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7-r1.ebuild (renamed from dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocamlfuse/Manifest b/dev-ml/ocamlfuse/Manifest index f94f2f666..3a0975208 100644 --- a/dev-ml/ocamlfuse/Manifest +++ b/dev-ml/ocamlfuse/Manifest @@ -1 +1 @@ -DIST ocamlfuse-2.7.1_p7.tar.gz 21469 BLAKE2B fa587d19124c2e2d320091bb42b098644d3112e39652dbf621c88f701effdab0ce15372b6f2461709eb3afe628e2888db3a7a0c9abeab8b8a136d09c69c84ac4 SHA512 342a6ce8a81ac05d47d4458ef6e9aa750e4e7643a89d28705664852f0549e1932643e8db5d93225ba496611654b3f11fef6aca1e6e40e8d4b30064fc9c65f7fd +DIST ocamlfuse-2.7.1_p7-r1.tar.gz 21469 BLAKE2B fa587d19124c2e2d320091bb42b098644d3112e39652dbf621c88f701effdab0ce15372b6f2461709eb3afe628e2888db3a7a0c9abeab8b8a136d09c69c84ac4 SHA512 342a6ce8a81ac05d47d4458ef6e9aa750e4e7643a89d28705664852f0549e1932643e8db5d93225ba496611654b3f11fef6aca1e6e40e8d4b30064fc9c65f7fd diff --git a/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild b/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7-r1.ebuild index c66afc07a..fdf08ccbc 100644 --- a/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild +++ b/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/astrada/${PN}/archive/v${MYPV}.tar.gz -> ${PF}.tar.g S="${WORKDIR}/${PN}-${MYPV}" LICENSE="GPL-2" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="ocamlopt" |