aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOGINO Masanori <masanori.ogino@gmail.com>2014-10-06 21:09:20 +0900
committerOGINO Masanori <masanori.ogino@gmail.com>2014-10-06 22:25:00 +0900
commitb71e71da861de67254418b024458d49e41b70a53 (patch)
treeaf7d1983bd938b3e356df005865396bf972ea6ed /dev-lang
parent[dev-lang/rust] remove an old version: 0.10 (diff)
downloadrust-b71e71da861de67254418b024458d49e41b70a53.tar.gz
rust-b71e71da861de67254418b024458d49e41b70a53.tar.bz2
rust-b71e71da861de67254418b024458d49e41b70a53.zip
Disable docs.
Building docs leads to an error if you've installed lualatex since it tries to write outside the sandbox. At this moment, I'd simply disable docs until `doc` USE flag is supported. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust/rust-9999-r2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-9999-r2.ebuild b/dev-lang/rust/rust-9999-r2.ebuild
index fdca3de..17fe126 100644
--- a/dev-lang/rust/rust-9999-r2.ebuild
+++ b/dev-lang/rust/rust-9999-r2.ebuild
@@ -65,6 +65,7 @@ src_configure() {
$(use_enable libcxx libcpp) \
--disable-manage-submodules \
--disable-verify-install \
+ --disable-docs \
|| die
}