summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Brewer <tomboy64@sina.cn>2015-10-18 12:09:29 +0200
committerMatthew Brewer <tomboy64@sina.cn>2015-10-18 13:42:52 +0200
commit61c8ea4c8088049eef22a42389a09c2d8aa94622 (patch)
treea9f8ab31381873bad9edc1de6a63f512f5339d19 /dev-ml/ocaml-cstruct
parentdev-ml/ocaml-dns: new ebuild (diff)
downloadgentoo-61c8ea4c8088049eef22a42389a09c2d8aa94622.tar.gz
gentoo-61c8ea4c8088049eef22a42389a09c2d8aa94622.tar.bz2
gentoo-61c8ea4c8088049eef22a42389a09c2d8aa94622.zip
dev-ml/ocaml-cstruct: revbump: enable lwt per default
enable lwt support per default as it's required for Libre S3
Diffstat (limited to 'dev-ml/ocaml-cstruct')
-rw-r--r--dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r3.ebuild (renamed from dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r2.ebuild)2
1 files changed, 1 insertions, 1 deletions
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
index 9b44e6f97058..647990bf3475 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:= )