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.
else
LICENSE="|| ( GPL-2 LGPL-2 )"
fi
-IUSE="cxx multislot multitarget nls static-libs test vanilla"
+IUSE="cxx multitarget nls static-libs test vanilla"
if version_is_at_least 2.19 ; then
IUSE+=" zlib"
fi
RDEPEND=">=sys-devel/binutils-config-3"
in_iuse zlib && RDEPEND+=" zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
- !multislot? ( !<${CATEGORY}/${P} )
test? ( dev-util/dejagnu )
nls? ( sys-devel/gettext )
sys-devel/flex
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>
<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>