commit:     460f2b41f46a8d1316a404eedba8e59fdb4705e2
Author:     Geaaru <geaaru <AT> gmail <DOT> com>
AuthorDate: Mon Jan  1 22:22:04 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 19:20:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460f2b41

dev-libs/klibc: Add dependency to sys-devel/bc

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-libs/klibc/klibc-2.0.4-r2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/klibc/klibc-2.0.4-r2.ebuild 
b/dev-libs/klibc/klibc-2.0.4-r2.ebuild
index eea7eee113f..0e44a71bc25 100644
--- a/dev-libs/klibc/klibc-2.0.4-r2.ebuild
+++ b/dev-libs/klibc/klibc-2.0.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # Robin H. Johnson <robb...@gentoo.org>, 12 Nov 2007:
@@ -54,8 +54,9 @@ KEYWORDS="~alpha amd64 ~arm ia64 -mips ~ppc ~ppc64 ~sparc x86"
 SLOT="0"
 IUSE="debug test custom-cflags"
 
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+       sys-devel/bc"
 
 KS="${WORKDIR}/linux-${OKV}"
 

Reply via email to