diff options
Diffstat (limited to 'dev-ml/tyxml/tyxml-4.0.0.ebuild')
-rw-r--r-- | dev-ml/tyxml/tyxml-4.0.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/tyxml/tyxml-4.0.0.ebuild b/dev-ml/tyxml/tyxml-4.0.0.ebuild index 756ecbffc797..f18fea8aa6f8 100644 --- a/dev-ml/tyxml/tyxml-4.0.0.ebuild +++ b/dev-ml/tyxml/tyxml-4.0.0.ebuild @@ -18,13 +18,14 @@ KEYWORDS="~amd64" IUSE="+ppx +camlp4" DEPEND=" - dev-ml/uutf:= + >=dev-ml/uutf-1.0:= dev-ml/ocaml-re:= ppx? ( >=dev-ml/ppx_tools-5:= dev-ml/markup:= ) camlp4? ( dev-ml/camlp4:= )" RDEPEND="${DEPEND}" DOCS=( CHANGES README.md ) +PATCHES=( "${FILESDIR}/uutf.patch" ) src_configure() { oasis_configure_opts=" |