commit:     2dc74e73c0f7d6588153c9e4ae2130928596e05b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 20:36:26 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 20:44:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc74e73

sys-devel/llvm: Do not enable docs by default

Reported by leio.

 sys-devel/llvm/llvm-4.0.1-r1.ebuild  | 2 +-
 sys-devel/llvm/llvm-5.0.0.ebuild     | 2 +-
 sys-devel/llvm/llvm-5.0.1_rc2.ebuild | 2 +-
 sys-devel/llvm/llvm-5.0.9999.ebuild  | 2 +-
 sys-devel/llvm/llvm-9999.ebuild      | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-devel/llvm/llvm-4.0.1-r1.ebuild 
b/sys-devel/llvm/llvm-4.0.1-r1.ebuild
index 1931365e8a7..f503dcebab2 100644
--- a/sys-devel/llvm/llvm-4.0.1-r1.ebuild
+++ b/sys-devel/llvm/llvm-4.0.1-r1.ebuild
@@ -33,7 +33,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
        llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(get_major_version)"
 KEYWORDS="~amd64 ~arm ~arm64 x86"
-IUSE="debug +doc gold libedit +libffi ncurses test
+IUSE="debug doc gold libedit +libffi ncurses test
        elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="

diff --git a/sys-devel/llvm/llvm-5.0.0.ebuild b/sys-devel/llvm/llvm-5.0.0.ebuild
index d699c29c5be..d17069e4d37 100644
--- a/sys-devel/llvm/llvm-5.0.0.ebuild
+++ b/sys-devel/llvm/llvm-5.0.0.ebuild
@@ -33,7 +33,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
        llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(get_major_version)"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="debug +doc gold libedit +libffi ncurses test
+IUSE="debug doc gold libedit +libffi ncurses test
        kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="

diff --git a/sys-devel/llvm/llvm-5.0.1_rc2.ebuild 
b/sys-devel/llvm/llvm-5.0.1_rc2.ebuild
index 42978ec5cce..9aea6642c97 100644
--- a/sys-devel/llvm/llvm-5.0.1_rc2.ebuild
+++ b/sys-devel/llvm/llvm-5.0.1_rc2.ebuild
@@ -33,7 +33,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
        llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(ver_cut 1)"
 KEYWORDS=""
-IUSE="debug +doc gold libedit +libffi ncurses test
+IUSE="debug doc gold libedit +libffi ncurses test
        kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="

diff --git a/sys-devel/llvm/llvm-5.0.9999.ebuild 
b/sys-devel/llvm/llvm-5.0.9999.ebuild
index 2c8a9d8ecf0..0e76b0add93 100644
--- a/sys-devel/llvm/llvm-5.0.9999.ebuild
+++ b/sys-devel/llvm/llvm-5.0.9999.ebuild
@@ -35,7 +35,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
        llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(ver_cut 1)"
 KEYWORDS=""
-IUSE="debug +doc gold libedit +libffi ncurses test
+IUSE="debug doc gold libedit +libffi ncurses test
        kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="

diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index af9daf563fa..2cfb454f37a 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -37,7 +37,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
        llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="6"
 KEYWORDS=""
-IUSE="debug +doc gold libedit +libffi ncurses test
+IUSE="debug doc gold libedit +libffi ncurses test
        kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="

Reply via email to