diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-06-20 18:01:46 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-06-20 18:01:46 +0000 |
commit | c3fff8b6dc4042713f62f82f1f68f18bd48bf66d (patch) | |
tree | e415783db87eddd25c90522b63bf1c42f5dcab5a /net-www/mod_security | |
parent | x86 stable (diff) | |
download | gentoo-2-c3fff8b6dc4042713f62f82f1f68f18bd48bf66d.tar.gz gentoo-2-c3fff8b6dc4042713f62f82f1f68f18bd48bf66d.tar.bz2 gentoo-2-c3fff8b6dc4042713f62f82f1f68f18bd48bf66d.zip |
~amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-www/mod_security')
-rw-r--r-- | net-www/mod_security/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_security/mod_security-1.8.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mod_security/ChangeLog b/net-www/mod_security/ChangeLog index 8f429ecaa1b7..a5fdef033ab2 100644 --- a/net-www/mod_security/ChangeLog +++ b/net-www/mod_security/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_security # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/ChangeLog,v 1.9 2005/03/06 07:34:31 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/ChangeLog,v 1.10 2005/06/20 18:01:46 blubb Exp $ + + 20 Jun 2005; Simon Stelling <blubb@gentoo.org> mod_security-1.8.7.ebuild: + added ~amd64 keyword *mod_security-1.8.7 (06 Mar 2005) diff --git a/net-www/mod_security/mod_security-1.8.7.ebuild b/net-www/mod_security/mod_security-1.8.7.ebuild index 07366c0c1396..2719cca2c427 100644 --- a/net-www/mod_security/mod_security-1.8.7.ebuild +++ b/net-www/mod_security/mod_security-1.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.8.7.ebuild,v 1.1 2005/03/06 07:34:31 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/mod_security-1.8.7.ebuild,v 1.2 2005/06/20 18:01:46 blubb Exp $ inherit eutils apache-module @@ -13,7 +13,7 @@ SRC_URI="http://www.modsecurity.org/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" APXS1_ARGS="-S LIBEXECDIR=${S} -c ${S}/apache1/mod_security.c" |