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-analyzer/fwlogwatch/
Date: Wed, 30 Jun 2021 18:40:52
Message-Id: 1625078397.f925213e2200bd33f6e263eadb7a7969e4e96fd2.sam@gentoo
1 commit: f925213e2200bd33f6e263eadb7a7969e4e96fd2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 18:39:57 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 18:39:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f925213e
7
8 net-analyzer/fwlogwatch: add missing libcrypt dependency
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../fwlogwatch/{fwlogwatch-1.5.ebuild => fwlogwatch-1.5-r1.ebuild} | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild
16 similarity index 98%
17 rename from net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild
18 rename to net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild
19 index 4d37c84c2be..970802a1193 100644
20 --- a/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild
21 +++ b/net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild
22 @@ -9,12 +9,13 @@ DESCRIPTION="A packet filter and firewall log analyzer"
23 HOMEPAGE="http://fwlogwatch.inside-security.de/"
24 SRC_URI="http://fwlogwatch.inside-security.de/sw/${P}.tar.bz2"
25
26 -KEYWORDS="amd64 ~ppc sparc x86"
27 LICENSE="GPL-1"
28 SLOT="0"
29 +KEYWORDS="amd64 ~ppc sparc x86"
30 IUSE="geoip nls zlib"
31
32 RDEPEND="
33 + virtual/libcrypt:=
34 geoip? ( dev-libs/geoip )
35 zlib? ( sys-libs/zlib )
36 "