diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-01 09:37:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-01 09:37:48 +0000 |
commit | 49cdd0b8a7f6d6abbad7bd7db1392f4cd8187125 (patch) | |
tree | c73c1b25a775a8ab423d270662000e9c7c885a7a /net-analyzer/fail2ban | |
parent | Stable for sparc, wrt bug #513992 (diff) | |
download | gentoo-2-49cdd0b8a7f6d6abbad7bd7db1392f4cd8187125.tar.gz gentoo-2-49cdd0b8a7f6d6abbad7bd7db1392f4cd8187125.tar.bz2 gentoo-2-49cdd0b8a7f6d6abbad7bd7db1392f4cd8187125.zip |
Stable for sparc, wrt bug #530346
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-analyzer/fail2ban')
-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 c424db6226ca..f102df84e799 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.150 2014/11/26 10:41:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.151 2014/12/01 09:37:48 ago Exp $ + + 01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> fail2ban-0.9.1.ebuild: + Stable for sparc, wrt bug #530346 26 Nov 2014; Agostino Sarubbo <ago@gentoo.org> fail2ban-0.9.1.ebuild: Stable for amd64, wrt bug #530346 diff --git a/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild b/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild index 56a8d21fa35c..17f0f09fa121 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.6 2014/11/26 10:41:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v 1.7 2014/12/01 09:37:48 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="" |