summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeaaru <geaaru@gmail.com>2018-01-01 23:22:04 +0100
committerCraig Andrews <candrews@gentoo.org>2018-01-04 14:20:53 -0500
commit460f2b41f46a8d1316a404eedba8e59fdb4705e2 (patch)
treeab94269becb9003e5a9eedfb77ba9aa462b2f9c2 /dev-libs/klibc
parentx11-misc/libinput-gestures: fix bug #642938 (diff)
downloadgentoo-460f2b41f46a8d1316a404eedba8e59fdb4705e2.tar.gz
gentoo-460f2b41f46a8d1316a404eedba8e59fdb4705e2.tar.bz2
gentoo-460f2b41f46a8d1316a404eedba8e59fdb4705e2.zip
dev-libs/klibc: Add dependency to sys-devel/bc
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-libs/klibc')
-rw-r--r--dev-libs/klibc/klibc-2.0.4-r2.ebuild7
1 files 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 eea7eee113fd..0e44a71bc25d 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 <robbat2@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}"