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 2D800139345 for ; Wed, 30 Jun 2021 18:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0020BE082B; Wed, 30 Jun 2021 18:40:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D9D75E082B for ; Wed, 30 Jun 2021 18:40:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8C3A9335DE6 for ; Wed, 30 Jun 2021 18:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF4D17BF for ; Wed, 30 Jun 2021 18:40:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1625078365.defbd6ab0e108e33b85e648687ef60a46d3697f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ninja/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild net-irc/ninja/ninja-1.5.9_pre14-r2.ebuild X-VCS-Directories: net-irc/ninja/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: defbd6ab0e108e33b85e648687ef60a46d3697f3 X-VCS-Branch: master Date: Wed, 30 Jun 2021 18:40:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 55148e6b-d2a4-4c51-8d3c-0ce2b640cd78 X-Archives-Hash: d429b5ea6c13a20cc2a64f9224301a19 commit: defbd6ab0e108e33b85e648687ef60a46d3697f3 Author: Sam James gentoo org> AuthorDate: Wed Jun 30 18:39:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 30 18:39:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defbd6ab net-irc/ninja: add missing libcrypt dependency Signed-off-by: Sam James gentoo.org> .../ninja/{ninja-1.5.9_pre14-r1.ebuild => ninja-1.5.9_pre14-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild b/net-irc/ninja/ninja-1.5.9_pre14-r2.ebuild similarity index 97% rename from net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild rename to net-irc/ninja/ninja-1.5.9_pre14-r2.ebuild index d4712c50f4b..65954943f9f 100644 --- a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild +++ b/net-irc/ninja/ninja-1.5.9_pre14-r2.ebuild @@ -10,14 +10,15 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="ftp://qoop.org/ninja/stable/${P/_/}.tar.gz" S="${WORKDIR}"/${P/_*/} -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="amd64 ppc ~ppc64 ~sparc x86" IUSE="ncurses ipv6 ssl" RESTRICT="test" DEPEND=" + virtual/libcrypt:= ncurses? ( sys-libs/ncurses:= ) ssl? ( dev-libs/openssl:= ) "