diff options
author | Sam James <sam@gentoo.org> | 2021-06-30 19:39:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-30 19:39:57 +0100 |
commit | f925213e2200bd33f6e263eadb7a7969e4e96fd2 (patch) | |
tree | cc92cf612a9c24d432229aa9b34a04ec9cf689ff /net-analyzer | |
parent | net-dialup/dwun: add missing libcrypt dependency (diff) | |
download | gentoo-f925213e2200bd33f6e263eadb7a7969e4e96fd2.tar.gz gentoo-f925213e2200bd33f6e263eadb7a7969e4e96fd2.tar.bz2 gentoo-f925213e2200bd33f6e263eadb7a7969e4e96fd2.zip |
net-analyzer/fwlogwatch: add missing libcrypt dependency
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild (renamed from net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild index 4d37c84c2be0..970802a11930 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 ) " |