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-libs/binutils-libs/
Date: Tue, 10 Mar 2020 00:05:45
Message-Id: 1583798733.439800fb8cc9b5b95f163a6329bbfe9a587ba7a7.slyfox@gentoo
1 commit: 439800fb8cc9b5b95f163a6329bbfe9a587ba7a7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 10 00:05:17 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 10 00:05:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439800fb
7
8 sys-libs/binutils-libs: move deps to BDEPEND for EAPI 7, bug #700898
9
10 Tweak only latest ~arch binutils-libs-2.34.
11
12 While at it dropped outdated blocker against gdb-7.10.
13
14 Reported-by: David Michael
15 Bug: https://bugs.gentoo.org/700898
16 Package-Manager: Portage-2.3.93, Repoman-2.3.20
17 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
18
19 sys-libs/binutils-libs/binutils-libs-2.34.ebuild | 9 ++++-----
20 1 file changed, 4 insertions(+), 5 deletions(-)
21
22 diff --git a/sys-libs/binutils-libs/binutils-libs-2.34.ebuild b/sys-libs/binutils-libs/binutils-libs-2.34.ebuild
23 index 8cd6943af76..54f8b2bfd0c 100644
24 --- a/sys-libs/binutils-libs/binutils-libs-2.34.ebuild
25 +++ b/sys-libs/binutils-libs/binutils-libs-2.34.ebuild
26 @@ -23,13 +23,12 @@ SLOT="0/${PV}"
27 IUSE="64-bit-bfd multitarget nls static-libs"
28 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
29
30 -COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
31 -DEPEND="${COMMON_DEPEND}
32 - nls? ( sys-devel/gettext )"
33 +BDEPEND="nls? ( sys-devel/gettext )"
34 +DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
35 # Need a newer binutils-config that'll reset include/lib symlinks for us.
36 -RDEPEND="${COMMON_DEPEND}
37 +RDEPEND="${DEPEND}
38 >=sys-devel/binutils-config-5
39 - nls? ( !<sys-devel/gdb-7.10-r1[nls] )"
40 +"
41
42 S="${WORKDIR}/${MY_P}"