diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-21 18:20:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-21 19:20:46 +0200 |
commit | 870b5b35eac735678dbd26650872cc8aeb38c305 (patch) | |
tree | 1e029198da6eb28eb7e3b47515337dcf0be4e9f2 /sys-devel | |
parent | toolchain.eclass: [QA] Remove meaningless USE=multislot, #584610 (diff) | |
download | gentoo-870b5b35eac735678dbd26650872cc8aeb38c305.tar.gz gentoo-870b5b35eac735678dbd26650872cc8aeb38c305.tar.bz2 gentoo-870b5b35eac735678dbd26650872cc8aeb38c305.zip |
toolchain-binutils.eclass: [QA] Remove USE=multislot, #584610
The USE=multislot was used only to control build-time blocker on
previous versions of binutils. However, there is no technical reason not
to have multiple binutils versions installed at build time (or run
time). Considering that the flag does not control the installed files or
the package in any other way, it is an invalid use of USE flags.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-hppa64/metadata.xml | 1 | ||||
-rw-r--r-- | sys-devel/binutils/metadata.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys-devel/binutils-hppa64/metadata.xml b/sys-devel/binutils-hppa64/metadata.xml index 0218c940cf76..40dbc384a3eb 100644 --- a/sys-devel/binutils-hppa64/metadata.xml +++ b/sys-devel/binutils-hppa64/metadata.xml @@ -9,7 +9,6 @@ binutils for 64bit kernel on hppa. </longdescription> <use> - <flag name="multislot">Allow for multiple versions of binutils to be emerged at once for same CTARGET</flag> <flag name="multitarget">Adds support to binutils for cross compiling (does not work with gas)</flag> </use> </pkgmetadata> diff --git a/sys-devel/binutils/metadata.xml b/sys-devel/binutils/metadata.xml index f6850d050e8d..3b4e0782a80b 100644 --- a/sys-devel/binutils/metadata.xml +++ b/sys-devel/binutils/metadata.xml @@ -6,7 +6,6 @@ <name>Gentoo Toolchain Project</name> </maintainer> <use> -<flag name="multislot">Allow for multiple versions of binutils to be emerged at once for same CTARGET</flag> <flag name="multitarget">Adds support to binutils for cross compiling (does not work with gas)</flag> </use> <upstream> |