diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-21 18:05:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-21 19:20:38 +0200 |
commit | 6521d68830165d2a140ef661be83d40319de0c39 (patch) | |
tree | 40fea9b91a7de01d202e631f6cfd803c0fc86bdd /sys-devel/gcc/gcc-5.4.0.ebuild | |
parent | sys-apps/checkpolicy: stable userspace 2.5 (diff) | |
download | gentoo-6521d68830165d2a140ef661be83d40319de0c39.tar.gz gentoo-6521d68830165d2a140ef661be83d40319de0c39.tar.bz2 gentoo-6521d68830165d2a140ef661be83d40319de0c39.zip |
toolchain.eclass: [QA] Remove meaningless USE=multislot, #584610
The USE=multislot as defined partially by toolchain.eclass and partially
by sys-devel/gcc was used for two purposes:
- enabling build-time (only) blockers on old gcc versions -- which do
not make any sense because they are build-time only and there is no
technical reason for two gcc version ranges not to be installed at
the same time, both at build time and at run time,
- changing behavior of post-install wrt conditional gcc-config calls.
Both cases are invalid use of USE flags, considering that the flag does
not affect the installed files in any way.
Diffstat (limited to 'sys-devel/gcc/gcc-5.4.0.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-5.4.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-5.4.0.ebuild b/sys-devel/gcc/gcc-5.4.0.ebuild index 243a370902f8..d40ef5466aaf 100644 --- a/sys-devel/gcc/gcc-5.4.0.ebuild +++ b/sys-devel/gcc/gcc-5.4.0.ebuild @@ -27,7 +27,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s RDEPEND="" DEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 ) - !multislot? ( !<${CATEGORY}/gcc-4.9 ) >=${CATEGORY}/binutils-2.20" if [[ ${CATEGORY} != cross-* ]] ; then |