commit: f925213e2200bd33f6e263eadb7a7969e4e96fd2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 18:39:57 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 18:39:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f925213e
net-analyzer/fwlogwatch: add missing libcrypt dependency
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../fwlogwatch/{fwlogwatch-1.5.ebuild => fwlogwatch-1.5-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild
b/net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild
similarity index 98%
rename from net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild
rename to net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild
index 4d37c84c2be..970802a1193 100644
--- a/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild
+++ b/net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild
@@ -9,12 +9,13 @@ DESCRIPTION="A packet filter and firewall log analyzer"
HOMEPAGE="http://fwlogwatch.inside-security.de/"
SRC_URI="http://fwlogwatch.inside-security.de/sw/${P}.tar.bz2"
-KEYWORDS="amd64 ~ppc sparc x86"
LICENSE="GPL-1"
SLOT="0"
+KEYWORDS="amd64 ~ppc sparc x86"
IUSE="geoip nls zlib"
RDEPEND="
+ virtual/libcrypt:=
geoip? ( dev-libs/geoip )
zlib? ( sys-libs/zlib )
"