Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/klibc/
Date: Thu, 04 Jan 2018 19:21:29
Message-Id: 1515093653.460f2b41f46a8d1316a404eedba8e59fdb4705e2.candrews@gentoo
1 commit: 460f2b41f46a8d1316a404eedba8e59fdb4705e2
2 Author: Geaaru <geaaru <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 1 22:22:04 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 19:20:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460f2b41
7
8 dev-libs/klibc: Add dependency to sys-devel/bc
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 dev-libs/klibc/klibc-2.0.4-r2.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-libs/klibc/klibc-2.0.4-r2.ebuild b/dev-libs/klibc/klibc-2.0.4-r2.ebuild
16 index eea7eee113f..0e44a71bc25 100644
17 --- a/dev-libs/klibc/klibc-2.0.4-r2.ebuild
18 +++ b/dev-libs/klibc/klibc-2.0.4-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 # Robin H. Johnson <robbat2@g.o>, 12 Nov 2007:
25 @@ -54,8 +54,9 @@ KEYWORDS="~alpha amd64 ~arm ia64 -mips ~ppc ~ppc64 ~sparc x86"
26 SLOT="0"
27 IUSE="debug test custom-cflags"
28
29 -DEPEND="dev-lang/perl"
30 -RDEPEND="${DEPEND}"
31 +RDEPEND="dev-lang/perl"
32 +DEPEND="${RDEPEND}
33 + sys-devel/bc"
34
35 KS="${WORKDIR}/linux-${OKV}"