commit: d9e1e8a5dcec9014496abb67ef636fe09566f357 Author: Mike Lothain <mike <AT> fireburn <DOT> co <DOT> uk> AuthorDate: Mon Apr 10 08:50:08 2017 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Apr 10 09:06:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e1e8a5
sys-devel/bc Add requirement on sys-apps/ed Seems a script calls it directly and it failed because it wasn't installed on my system Closes: https://github.com/gentoo/gentoo/pull/4402 sys-devel/bc/bc-1.07.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/bc/bc-1.07.1.ebuild b/sys-devel/bc/bc-1.07.1.ebuild index 251b67cd000..1637640c48d 100644 --- a/sys-devel/bc/bc-1.07.1.ebuild +++ b/sys-devel/bc/bc-1.07.1.ebuild @@ -21,6 +21,7 @@ RDEPEND="!readline? ( libedit? ( dev-libs/libedit:= ) ) >=sys-libs/ncurses-5.2:= )" DEPEND="${RDEPEND} + sys-apps/ed sys-devel/flex" src_configure() {
