diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-18 12:39:52 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-18 12:39:52 +0100 |
commit | 2c627a861faf6dd73aea4e76071258fb408e7f86 (patch) | |
tree | 4c3d4e2be420e75db4ebfd56224e10fb41144f1e /dev-ml/ocaml-re | |
parent | media-sound/jack-audio-connection-kit: fix typo is use description (thx leio) (diff) | |
download | gentoo-2c627a861faf6dd73aea4e76071258fb408e7f86.tar.gz gentoo-2c627a861faf6dd73aea4e76071258fb408e7f86.tar.bz2 gentoo-2c627a861faf6dd73aea4e76071258fb408e7f86.zip |
dev-ml/ocaml-re: disable doc building as it does not build. Bug #574572.
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-re')
-rw-r--r-- | dev-ml/ocaml-re/ocaml-re-1.5.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/ocaml-re/ocaml-re-1.5.0.ebuild b/dev-ml/ocaml-re/ocaml-re-1.5.0.ebuild index aebbbab00859..d60583026288 100644 --- a/dev-ml/ocaml-re/ocaml-re-1.5.0.ebuild +++ b/dev-ml/ocaml-re/ocaml-re-1.5.0.ebuild @@ -4,7 +4,8 @@ EAPI=5 -OASIS_BUILD_DOCS=1 +#doesn't build: https://bugs.gentoo.org/show_bug.cgi?id=574572 +#OASIS_BUILD_DOCS=1 OASIS_BUILD_TESTS=1 inherit oasis |