diff options
author | 2014-12-05 10:15:37 +0000 | |
---|---|---|
committer | 2014-12-05 10:15:37 +0000 | |
commit | f63d6e00a557cfc0ec91e386593a46b4c004343d (patch) | |
tree | d1630dec08f7c6944667cddafe484199bf4d6370 /net-analyzer | |
parent | Stable for x86, wrt bug #530472 (diff) | |
download | gentoo-2-f63d6e00a557cfc0ec91e386593a46b4c004343d.tar.gz gentoo-2-f63d6e00a557cfc0ec91e386593a46b4c004343d.tar.bz2 gentoo-2-f63d6e00a557cfc0ec91e386593a46b4c004343d.zip |
Stable for x86, wrt bug #530346
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/fail2ban/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/fail2ban/ChangeLog b/net-analyzer/fail2ban/ChangeLog index 2df69b45c9ab..7ee0a9f696b6 100644 --- a/net-analyzer/fail2ban/ChangeLog +++ b/net-analyzer/fail2ban/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/fail2ban # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.153 2014/12/04 08:36:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.154 2014/12/05 10:15:37 ago Exp $ + + 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> fail2ban-0.9.1.ebuild: + Stable for x86, wrt bug #530346 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> fail2ban-0.9.1.ebuild: Stable for ppc64, wrt bug #530346 diff --git a/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild b/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild index 1b5a66087152..81facd6c9e2c 100644 --- a/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v 1.9 2014/12/04 08:36:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v 1.10 2014/12/05 10:15:37 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd" IUSE="selinux systemd" DEPEND="" |