commit: ccbb60c61d349ef79306c4976f288ca3d28dd06c
Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Sat Oct 17 17:05:01 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 17:21:10 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbb60c6
dev-ml/ocaml-cstruct: revbump
sets +camlp4 since ocaml-pcap needs it
.../{ocaml-cstruct-1.7.0-r1.ebuild => ocaml-cstruct-1.7.0-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r1.ebuild
b/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r2.ebuild
similarity index 97%
rename from dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r1.ebuild
rename to dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r2.ebuild
index ee6b40d..9b44e6f 100644
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r1.ebuild
+++ b/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r2.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:= )