From 61c8ea4c8088049eef22a42389a09c2d8aa94622 Mon Sep 17 00:00:00 2001 From: Matthew Brewer Date: Sun, 18 Oct 2015 12:09:29 +0200 Subject: [PATCH] dev-ml/ocaml-cstruct: revbump: enable lwt per default enable lwt support per default as it's required for Libre S3 --- ...ml-cstruct-1.7.0-r2.ebuild => ocaml-cstruct-1.7.0-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-ml/ocaml-cstruct/{ocaml-cstruct-1.7.0-r2.ebuild => ocaml-cstruct-1.7.0-r3.ebuild} (96%) 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 9b44e6f970586..647990bf3475d 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:= )