commit: 540833940aff5845645a888aefb82c8d32e978e1
Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Fri Oct 16 12:25:24 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 15:17:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54083394
dev-ml/ocaml-uri: revbump
changed SLOT="0" to SLOT="0/${PV}" to make := actually useful
dev-ml/ocaml-uri/{ocaml-uri-1.9.1.ebuild => ocaml-uri-1.9.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocaml-uri/ocaml-uri-1.9.1.ebuild
b/dev-ml/ocaml-uri/ocaml-uri-1.9.1-r1.ebuild
similarity index 97%
rename from dev-ml/ocaml-uri/ocaml-uri-1.9.1.ebuild
rename to dev-ml/ocaml-uri/ocaml-uri-1.9.1-r1.ebuild
index e10f5b6..373e810 100644
--- a/dev-ml/ocaml-uri/ocaml-uri-1.9.1.ebuild
+++ b/dev-ml/ocaml-uri/ocaml-uri-1.9.1-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/mirage/ocaml-uri
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="allservices"