diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:01:48 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:01:48 +0100 |
commit | 4d9796041fa3a81d65fd067533034506c626f353 (patch) | |
tree | 548eae7eb6e2ab1721c1c1327709837032eb52e3 /net-analyzer/fwlogwatch | |
parent | net-analyzer/egressor: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-4d9796041fa3a81d65fd067533034506c626f353.tar.gz gentoo-4d9796041fa3a81d65fd067533034506c626f353.tar.bz2 gentoo-4d9796041fa3a81d65fd067533034506c626f353.zip |
net-analyzer/fwlogwatch: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer/fwlogwatch')
-rw-r--r-- | net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild index d511245fa473..e6d861ab170f 100644 --- a/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild +++ b/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild @@ -7,7 +7,7 @@ inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="A packet filter and firewall log analyzer" HOMEPAGE="http://fwlogwatch.inside-security.de/" -SRC_URI="${HOMEPAGE}sw/${P}.tar.bz2" +SRC_URI="http://fwlogwatch.inside-security.de/sw/${P}.tar.bz2" KEYWORDS="amd64 ~ppc sparc x86" LICENSE="GPL-1" diff --git a/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild index 000c335caa62..aea5b6f8bc9e 100644 --- a/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild +++ b/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild @@ -7,7 +7,7 @@ inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="A packet filter and firewall log analyzer" HOMEPAGE="http://fwlogwatch.inside-security.de/" -SRC_URI="${HOMEPAGE}sw/${P}.tar.bz2" +SRC_URI="http://fwlogwatch.inside-security.de/sw/${P}.tar.bz2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" LICENSE="GPL-1" |