diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-06 12:26:59 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-06 12:27:14 +0100 |
commit | f0020501099f82340db4bcf6a50f9bc3e3a335b7 (patch) | |
tree | b7e12ad0535e329eb286b717ed9e93803a52968c /sys-devel | |
parent | sys-devel/binutils: drop DEPEND+=binutils-libs for cross case (diff) | |
download | gentoo-f0020501099f82340db4bcf6a50f9bc3e3a335b7.tar.gz gentoo-f0020501099f82340db4bcf6a50f9bc3e3a335b7.tar.bz2 gentoo-f0020501099f82340db4bcf6a50f9bc3e3a335b7.zip |
sys-devel/binutils-hppa64: drop DEPEND+=binutils-libs for cross case
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
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r1.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r1.ebuild index 47c79e64af9f..a6fcd63079d7 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r1.ebuild @@ -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/} |