diff options
author | 2013-01-04 13:15:29 +0000 | |
---|---|---|
committer | 2013-01-04 13:15:29 +0000 | |
commit | 99c2a9efce3a4de6207f1467ef5b99b4742a251b (patch) | |
tree | 9ac190f90633fd856a195ac0424f8026dac776f7 | |
parent | Stable for ppc64, wrt bug #449746 (diff) | |
download | gentoo-2-99c2a9efce3a4de6207f1467ef5b99b4742a251b.tar.gz gentoo-2-99c2a9efce3a4de6207f1467ef5b99b4742a251b.tar.bz2 gentoo-2-99c2a9efce3a4de6207f1467ef5b99b4742a251b.zip |
Stable for ppc64, wrt bug #447572
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
-rw-r--r-- | net-analyzer/fail2ban/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-0.8.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/fail2ban/ChangeLog b/net-analyzer/fail2ban/ChangeLog index 5f726f3bbc84..a54fd5c18d8c 100644 --- a/net-analyzer/fail2ban/ChangeLog +++ b/net-analyzer/fail2ban/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/fail2ban # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.92 2013/01/03 12:53:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.93 2013/01/04 13:15:29 ago Exp $ + + 04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> fail2ban-0.8.8.ebuild: + Stable for ppc64, wrt bug #447572 03 Jan 2013; Jeroen Roovers <jer@gentoo.org> fail2ban-0.8.8.ebuild: /var/run/fail2ban -> /run/fail2ban (bug #449966). diff --git a/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild b/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild index e11eb39cb498..c09bf9be77c6 100644 --- a/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild,v 1.6 2013/01/03 12:53:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild,v 1.7 2013/01/04 13:15:29 ago Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -13,7 +13,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 )" |