sys-devel/llvm: Remove USE=multitarget for 4+
authorMichał Górny <mgorny@gentoo.org>
Tue, 7 Mar 2017 15:37:08 +0000 (16:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 7 Mar 2017 15:58:18 +0000 (16:58 +0100)
The USE=multitarget is used only by three packages in Gentoo:

- old versions of dev-lang/rust that do not support new LLVM versions,

- old versions of dev-python/llvmlite that do not support new LLVM
versions,

- sys-devel/clang metapackage.

Since it is only an irritating REQUIRED_USE backwards compatbility knob,
and it is no longer needed for dependencies, remove it.

sys-devel/llvm/llvm-4.0.0_rc3.ebuild
sys-devel/llvm/llvm-9999.ebuild

index 531baa47636b7a1d2781f9ec0ac34084c6b560f8..56a76a6aeb9531c582f0721ff589fad97ba26b12 100644 (file)
@@ -32,7 +32,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
        llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(get_major_version)"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="debug +doc gold libedit +libffi multitarget ncurses test
+IUSE="debug +doc gold libedit +libffi ncurses test
        elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="
@@ -63,8 +63,7 @@ PDEPEND="app-vim/llvm-vim
        gold? ( sys-devel/llvmgold )"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
-       || ( ${ALL_LLVM_TARGETS[*]} )
-       multitarget? ( ${ALL_LLVM_TARGETS[*]} )"
+       || ( ${ALL_LLVM_TARGETS[*]} )"
 
 S=${WORKDIR}/${P/_/}.src
 
index 5e54cffe1bca89c6f0a603ad2974107b5909731d..cdba7b1daf4e81b29bae8eef7e26ab2ebb5eb6b2 100644 (file)
@@ -34,7 +34,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
        llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="5"
 KEYWORDS=""
-IUSE="debug +doc gold libedit +libffi multitarget ncurses test
+IUSE="debug +doc gold libedit +libffi ncurses test
        elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="
@@ -65,8 +65,7 @@ PDEPEND="app-vim/llvm-vim
        gold? ( sys-devel/llvmgold )"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
-       || ( ${ALL_LLVM_TARGETS[*]} )
-       multitarget? ( ${ALL_LLVM_TARGETS[*]} )"
+       || ( ${ALL_LLVM_TARGETS[*]} )"
 
 # least intrusive of all
 CMAKE_BUILD_TYPE=RelWithDebInfo