diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-02-09 08:23:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-02-09 08:23:42 +0000 |
commit | a720af2df3a8546b0de909b1b91dcb607d525c35 (patch) | |
tree | c5ca4fc553414fc365d113af163f769ee6183e19 /net-analyzer/fail2ban | |
parent | Stable for ppc64, wrt bug #486590 (diff) | |
download | gentoo-2-a720af2df3a8546b0de909b1b91dcb607d525c35.tar.gz gentoo-2-a720af2df3a8546b0de909b1b91dcb607d525c35.tar.bz2 gentoo-2-a720af2df3a8546b0de909b1b91dcb607d525c35.zip |
Stable for ppc64, wrt bug #499802
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", 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.8.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/fail2ban/ChangeLog b/net-analyzer/fail2ban/ChangeLog index acdb55c93644..d2a21a50fe2a 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.124 2014/02/04 07:37:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.125 2014/02/09 08:23:42 ago Exp $ + + 09 Feb 2014; Agostino Sarubbo <ago@gentoo.org> fail2ban-0.8.12.ebuild: + Stable for ppc64, wrt bug #499802 04 Feb 2014; Jeroen Roovers <jer@gentoo.org> fail2ban-0.8.12.ebuild: Update DESCRIPTION. diff --git a/net-analyzer/fail2ban/fail2ban-0.8.12.ebuild b/net-analyzer/fail2ban/fail2ban-0.8.12.ebuild index 66c481a7b81b..9f6bfb1e0610 100644 --- a/net-analyzer/fail2ban/fail2ban-0.8.12.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.8.12.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.8.12.ebuild,v 1.6 2014/02/04 07:37:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.12.ebuild,v 1.7 2014/02/09 08:23:42 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="selinux" DEPEND="selinux? ( sec-policy/selinux-fail2ban )" |