Skip to content

Commit

Permalink
sys-devel/clang: Do not enable docs by default
Browse files Browse the repository at this point in the history
Reported by leio.
  • Loading branch information
mgorny committed Dec 11, 2017
1 parent 2dc74e7 commit 66ddbdf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sys-devel/clang/clang-4.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
LICENSE="UoI-NCSA"
SLOT="$(get_major_version)"
KEYWORDS="~amd64 ~arm64 x86"
IUSE="debug default-compiler-rt default-libcxx +doc +static-analyzer
IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
test xml elibc_musl kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"

RDEPEND="
Expand Down
2 changes: 1 addition & 1 deletion sys-devel/clang/clang-5.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
LICENSE="UoI-NCSA"
SLOT="$(get_major_version)"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="debug default-compiler-rt default-libcxx +doc +static-analyzer
IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"

RDEPEND="
Expand Down
2 changes: 1 addition & 1 deletion sys-devel/clang/clang-5.0.1_rc2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
LICENSE="UoI-NCSA"
SLOT="$(ver_cut 1)"
KEYWORDS=""
IUSE="debug default-compiler-rt default-libcxx +doc +static-analyzer
IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"

RDEPEND="
Expand Down
2 changes: 1 addition & 1 deletion sys-devel/clang/clang-5.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
LICENSE="UoI-NCSA"
SLOT="$(ver_cut 1)"
KEYWORDS=""
IUSE="debug default-compiler-rt default-libcxx +doc +static-analyzer
IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"

RDEPEND="
Expand Down
2 changes: 1 addition & 1 deletion sys-devel/clang/clang-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
LICENSE="UoI-NCSA"
SLOT="6"
KEYWORDS=""
IUSE="debug default-compiler-rt default-libcxx +doc +static-analyzer
IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"

RDEPEND="
Expand Down

0 comments on commit 66ddbdf

Please sign in to comment.