diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-02-09 22:22:06 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-02-09 22:22:06 +0000 |
commit | b282f6189cb22c9aabcb3c26898c62fa589b6c9a (patch) | |
tree | 701a66490f485da15eed95a5787e512a287eb94c /net-firewall | |
parent | Stable on amd64 and x86. Drop older testing only. (diff) | |
download | gentoo-2-b282f6189cb22c9aabcb3c26898c62fa589b6c9a.tar.gz gentoo-2-b282f6189cb22c9aabcb3c26898c62fa589b6c9a.tar.bz2 gentoo-2-b282f6189cb22c9aabcb3c26898c62fa589b6c9a.zip |
added ~amd64, fix awk dep (bug #455668)
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/fwanalog/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/fwanalog/fwanalog-0.6.4.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-firewall/fwanalog/ChangeLog b/net-firewall/fwanalog/ChangeLog index 0a1f6b17184a..04ae8f324cc8 100644 --- a/net-firewall/fwanalog/ChangeLog +++ b/net-firewall/fwanalog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/fwanalog -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwanalog/ChangeLog,v 1.7 2007/02/22 02:06:34 peper Exp $ +# Copyright 2002-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwanalog/ChangeLog,v 1.8 2013/02/09 22:22:06 ottxor Exp $ + + 09 Feb 2013; Christoph Junghans <ottxor@gentoo.org> fwanalog-0.6.4.ebuild: + added ~amd64, fix awk dep (bug #455668) 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-firewall/fwanalog/fwanalog-0.6.4.ebuild b/net-firewall/fwanalog/fwanalog-0.6.4.ebuild index b270e9b6f1c3..46cbac381840 100644 --- a/net-firewall/fwanalog/fwanalog-0.6.4.ebuild +++ b/net-firewall/fwanalog/fwanalog-0.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwanalog/fwanalog-0.6.4.ebuild,v 1.5 2004/10/04 22:50:07 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwanalog/fwanalog-0.6.4.ebuild,v 1.6 2013/02/09 22:22:06 ottxor Exp $ DESCRIPTION="Script to parse firewall logs and analyze them with Analog" HOMEPAGE="http://tud.at/programm/fwanalog/" @@ -8,13 +8,13 @@ SRC_URI="http://tud.at/programm/fwanalog/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc" +KEYWORDS="~amd64 x86 ppc sparc" IUSE="" DEPEND="" # this is just a bash script RDEPEND="app-shells/bash sys-apps/grep - sys-apps/gawk + virtual/awk sys-apps/sed app-arch/gzip sys-apps/diffutils |