commit:     61c8ea4c8088049eef22a42389a09c2d8aa94622
Author:     Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Sun Oct 18 10:09:29 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 11:42:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c8ea4c

dev-ml/ocaml-cstruct: revbump: enable lwt per default

enable lwt support per default as it's required for Libre S3

 .../{ocaml-cstruct-1.7.0-r2.ebuild => ocaml-cstruct-1.7.0-r3.ebuild}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r2.ebuild 
b/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r3.ebuild
similarity index 96%
rename from dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r2.ebuild
rename to dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r3.ebuild
index 9b44e6f..647990b 100644
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r2.ebuild
+++ b/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="ISC"
 SLOT="0/${PV}"
 KEYWORDS="~amd64"
-IUSE="async +camlp4 lwt"
+IUSE="async +camlp4 +lwt"
 
 RDEPEND="
        async? ( dev-ml/async:= )

Reply via email to