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

enable lwt support per default as it's required for Libre S3
This commit is contained in:
Matthew Brewer
2015-10-18 12:09:29 +02:00
parent c020237dca
commit 61c8ea4c80

View File

@@ -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:= )