sys-devel/binutils: drop DEPEND+=binutils-libs for cross case
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 6 Oct 2018 11:24:32 +0000 (12:24 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 6 Oct 2018 11:27:14 +0000 (12:27 +0100)
Nowadays' binutils does not need host's libiberty.a and builds
it's own copy for bootstrap. Drop ebuild dependency.

This allows users to use unstable cross-toolchain on stable systems
with less friction: no need to install unstable binutils-libs.

Reported-by: NeckTwi Ozfguah
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

sys-devel/binutils/binutils-2.31.1-r1.ebuild
sys-devel/binutils/binutils-9999.ebuild

index d7752af4f3ff3649cb5b0248b0e2947d1f156810..180506d1f3ec556d65c2d53c5e8ade878e02d0bd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -79,12 +79,6 @@ DEPEND="${RDEPEND}
        sys-devel/flex
        virtual/yacc
 "
-if is_cross ; then
-       # The build assumes the host has libiberty and such when cross-compiling
-       # its build tools.  We should probably make binutils itself build a local
-       # copy to use, but until then, be lazy.
-       DEPEND+=" >=sys-libs/binutils-libs-${PV}"
-fi
 
 MY_BUILDDIR=${WORKDIR}/build
 
index 93dcbdf26b081c8194f49061dca0f8bd855972f4..52df1648f4f17b95370fee9ea6f82225ef6bb28a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -79,12 +79,6 @@ DEPEND="${RDEPEND}
        sys-devel/flex
        virtual/yacc
 "
-if is_cross ; then
-       # The build assumes the host has libiberty and such when cross-compiling
-       # its build tools.  We should probably make binutils itself build a local
-       # copy to use, but until then, be lazy.
-       DEPEND+=" >=sys-libs/binutils-libs-${PV}"
-fi
 
 MY_BUILDDIR=${WORKDIR}/build