sys-devel/binutils-hppa64: drop DEPEND+=binutils-libs for cross case
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 6 Oct 2018 11:26:59 +0000 (12:26 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 6 Oct 2018 11:27:14 +0000 (12:27 +0100)
Sync change from sys-devel/binutils:
"sys-devel/binutils: drop DEPEND+=binutils-libs for cross case"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

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

index 47c79e64af9fd48c53e50ed8a26a2d39058eb75d..a6fcd63079d721c14edb1eb4ca7a81c3a0e8a9fa 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
@@ -73,12 +73,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
 S=${WORKDIR}/${P/-hppa64/}