Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bc/
Date: Mon, 10 Apr 2017 09:06:44
Message-Id: 1491815195.d9e1e8a5dcec9014496abb67ef636fe09566f357.polynomial-c@gentoo
1 commit: d9e1e8a5dcec9014496abb67ef636fe09566f357
2 Author: Mike Lothain <mike <AT> fireburn <DOT> co <DOT> uk>
3 AuthorDate: Mon Apr 10 08:50:08 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 10 09:06:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e1e8a5
7
8 sys-devel/bc Add requirement on sys-apps/ed
9
10 Seems a script calls it directly and it failed because it wasn't installed on my system
11 Closes: https://github.com/gentoo/gentoo/pull/4402
12
13 sys-devel/bc/bc-1.07.1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/sys-devel/bc/bc-1.07.1.ebuild b/sys-devel/bc/bc-1.07.1.ebuild
17 index 251b67cd000..1637640c48d 100644
18 --- a/sys-devel/bc/bc-1.07.1.ebuild
19 +++ b/sys-devel/bc/bc-1.07.1.ebuild
20 @@ -21,6 +21,7 @@ RDEPEND="!readline? ( libedit? ( dev-libs/libedit:= ) )
21 >=sys-libs/ncurses-5.2:=
22 )"
23 DEPEND="${RDEPEND}
24 + sys-apps/ed
25 sys-devel/flex"
26
27 src_configure() {