commit: b376b40f51a698dd5844d1bc273dac6950212af8
Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Sat Oct 17 14:41:05 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 15:17:04 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b376b40f
dev-ml/ocaml-cstruct: revbump
changed SLOT="0" to SLOT="0/${PV}" to make := actually useful
.../{ocaml-cstruct-1.7.0.ebuild => ocaml-cstruct-1.7.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0.ebuild
b/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r1.ebuild
similarity index 98%
rename from dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0.ebuild
rename to dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r1.ebuild
index b137031..ee6b40d 100644
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0.ebuild
+++ b/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/mirage/ocaml-cstruct
https://mirage.io"
SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="async camlp4 lwt"