diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-03 23:24:08 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-03 23:24:08 +0000 |
commit | 9b3741662e6f796a42ba915fba72cd7696be9370 (patch) | |
tree | 3ae449206aca78b66aa459ec00e7e82aa14e483c /net-www/mod_security | |
parent | ppc stable profile update # 62322 (diff) | |
download | historical-9b3741662e6f796a42ba915fba72cd7696be9370.tar.gz historical-9b3741662e6f796a42ba915fba72cd7696be9370.tar.bz2 historical-9b3741662e6f796a42ba915fba72cd7696be9370.zip |
Keyword modification, see changelog for details
Diffstat (limited to 'net-www/mod_security')
-rw-r--r-- | net-www/mod_security/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_security/mod_security-1.7.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_security/ChangeLog b/net-www/mod_security/ChangeLog index 9bbd8c15321e..a34988ec8cbb 100644 --- a/net-www/mod_security/ChangeLog +++ b/net-www/mod_security/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_security # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/ChangeLog,v 1.4 2004/08/04 00:10:26 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/ChangeLog,v 1.5 2004/09/03 23:24:08 pvdabeel Exp $ + + 04 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> + mod_security-1.7.6.ebuild: + Masked mod_security-1.7.6.ebuild stable for ppc 05 Aug 2004; Chuck Short <zul@gentoo.org> mod_security-1.7.6.ebuild: Marked stable for x86. diff --git a/net-www/mod_security/mod_security-1.7.6.ebuild b/net-www/mod_security/mod_security-1.7.6.ebuild index 2574e4bc9a7f..6ab3f24db89a 100644 --- a/net-www/mod_security/mod_security-1.7.6.ebuild +++ b/net-www/mod_security/mod_security-1.7.6.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/mod_security-1.7.6.ebuild,v 1.4 2004/08/04 00:10:26 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/mod_security-1.7.6.ebuild,v 1.5 2004/09/03 23:24:08 pvdabeel Exp $ DESCRIPTION="Intrusion Detection System for apache" HOMEPAGE="http://www.modsecurity.org" SRC_URI="http://www.modsecurity.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="apache2 doc" DEPEND="apache2? ( =net-www/apache-2* ) !apache2? ( =net-www/apache-1* )" |