Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ninja/
Date: Wed, 30 Jun 2021 18:40:48
Message-Id: 1625078365.defbd6ab0e108e33b85e648687ef60a46d3697f3.sam@gentoo
1 commit: defbd6ab0e108e33b85e648687ef60a46d3697f3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 18:39:25 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 18:39:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defbd6ab
7
8 net-irc/ninja: add missing libcrypt dependency
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../ninja/{ninja-1.5.9_pre14-r1.ebuild => ninja-1.5.9_pre14-r2.ebuild} | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild b/net-irc/ninja/ninja-1.5.9_pre14-r2.ebuild
16 similarity index 97%
17 rename from net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild
18 rename to net-irc/ninja/ninja-1.5.9_pre14-r2.ebuild
19 index d4712c50f4b..65954943f9f 100644
20 --- a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild
21 +++ b/net-irc/ninja/ninja-1.5.9_pre14-r2.ebuild
22 @@ -10,14 +10,15 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
23 SRC_URI="ftp://qoop.org/ninja/stable/${P/_/}.tar.gz"
24 S="${WORKDIR}"/${P/_*/}
25
26 -SLOT="0"
27 LICENSE="GPL-2"
28 +SLOT="0"
29 KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
30 IUSE="ncurses ipv6 ssl"
31
32 RESTRICT="test"
33
34 DEPEND="
35 + virtual/libcrypt:=
36 ncurses? ( sys-libs/ncurses:= )
37 ssl? ( dev-libs/openssl:= )
38 "