diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2015-10-17 19:05:01 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-10-17 19:21:10 +0200 |
commit | ccbb60c61d349ef79306c4976f288ca3d28dd06c (patch) | |
tree | 545c8fdb415be29af71c0dfca27582a0f27b2d7c /dev-ml | |
parent | dev-ml/ocaml-pcap: new ebuild (diff) | |
download | gentoo-ccbb60c61d349ef79306c4976f288ca3d28dd06c.tar.gz gentoo-ccbb60c61d349ef79306c4976f288ca3d28dd06c.tar.bz2 gentoo-ccbb60c61d349ef79306c4976f288ca3d28dd06c.zip |
dev-ml/ocaml-cstruct: revbump
sets +camlp4 since ocaml-pcap needs it
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r2.ebuild (renamed from dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index ee6b40d335d9..9b44e6f97058 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:= ) |