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 E029A138334 for ; Fri, 19 Oct 2018 02:07:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A50BE07D8; Fri, 19 Oct 2018 02:07:17 +0000 (UTC) Received: from smtp.gentoo.org (unknown [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FFFEE07D8 for ; Fri, 19 Oct 2018 02:07:16 +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 87473335C95 for ; Fri, 19 Oct 2018 02:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 745DA444 for ; Fri, 19 Oct 2018 02:06:53 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1539914788.9bfce9318976778cc2849b558e26dfb015e797cd.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/loksh/loksh-6.4.ebuild X-VCS-Directories: app-shells/loksh/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9bfce9318976778cc2849b558e26dfb015e797cd X-VCS-Branch: master Date: Fri, 19 Oct 2018 02:06:53 +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: 96d0c64a-2eb9-4143-8911-9648455f3747 X-Archives-Hash: 047604a690ff5b2035b8b473f6b15e16 commit: 9bfce9318976778cc2849b558e26dfb015e797cd Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Oct 19 02:06:28 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Oct 19 02:06:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bfce931 app-shells/loksh: add missing ncurses dep to 6.4 Signed-off-by: Georgy Yakovlev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-shells/loksh/loksh-6.4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-shells/loksh/loksh-6.4.ebuild b/app-shells/loksh/loksh-6.4.ebuild index ce9048c7251..24cedba7c6b 100644 --- a/app-shells/loksh/loksh-6.4.ebuild +++ b/app-shells/loksh/loksh-6.4.ebuild @@ -13,7 +13,9 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="!app-shells/ksh" +DEPEND="sys-libs/ncurses:0=" +RDEPEND="${DEPEND} + !app-shells/ksh" src_prepare() { default