Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-hppa64/
Date: Sat, 06 Oct 2018 11:27:24
Message-Id: 1538825234.f0020501099f82340db4bcf6a50f9bc3e3a335b7.slyfox@gentoo
1 commit: f0020501099f82340db4bcf6a50f9bc3e3a335b7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 11:26:59 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 11:27:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0020501
7
8 sys-devel/binutils-hppa64: drop DEPEND+=binutils-libs for cross case
9
10 Sync change from sys-devel/binutils:
11 "sys-devel/binutils: drop DEPEND+=binutils-libs for cross case"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14
15 sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r1.ebuild | 8 +-------
16 1 file changed, 1 insertion(+), 7 deletions(-)
17
18 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
19 index 47c79e64af9..a6fcd63079d 100644
20 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r1.ebuild
21 +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -73,12 +73,6 @@ DEPEND="${RDEPEND}
29 sys-devel/flex
30 virtual/yacc
31 "
32 -if is_cross ; then
33 - # The build assumes the host has libiberty and such when cross-compiling
34 - # its build tools. We should probably make binutils itself build a local
35 - # copy to use, but until then, be lazy.
36 - DEPEND+=" >=sys-libs/binutils-libs-${PV}"
37 -fi
38
39 MY_BUILDDIR=${WORKDIR}/build
40 S=${WORKDIR}/${P/-hppa64/}