From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8400D139694 for ; Mon, 10 Apr 2017 09:06:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2FACE0C17; Mon, 10 Apr 2017 09:06:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DAA2E0C17 for ; Mon, 10 Apr 2017 09:06:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 014FF33BEAE for ; Mon, 10 Apr 2017 09:06:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15B8772DA for ; Mon, 10 Apr 2017 09:06:39 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1491815195.d9e1e8a5dcec9014496abb67ef636fe09566f357.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/bc/bc-1.07.1.ebuild X-VCS-Directories: sys-devel/bc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d9e1e8a5dcec9014496abb67ef636fe09566f357 X-VCS-Branch: master Date: Mon, 10 Apr 2017 09:06:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5ffc22d4-8573-47c9-aef8-62e6b4b12185 X-Archives-Hash: 015b02b7ee3377ee178be5fa2d7b7f82 commit: d9e1e8a5dcec9014496abb67ef636fe09566f357 Author: Mike Lothain fireburn co uk> AuthorDate: Mon Apr 10 08:50:08 2017 +0000 Commit: Lars Wendler gentoo 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() {