summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2006-04-18 23:07:50 +0000
committerJason Wever <weeve@gentoo.org>2006-04-18 23:07:50 +0000
commit3384c65f05204d2e45a36ab9aff6ef1a31e2af79 (patch)
treedc319b650afa4fc8f37ab4c910235d95f38ff167 /net-www
parentmake the ebuild suck a little less (diff)
downloadgentoo-2-3384c65f05204d2e45a36ab9aff6ef1a31e2af79.tar.gz
gentoo-2-3384c65f05204d2e45a36ab9aff6ef1a31e2af79.tar.bz2
gentoo-2-3384c65f05204d2e45a36ab9aff6ef1a31e2af79.zip
Stable on SPARC.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_security/ChangeLog5
-rw-r--r--net-www/mod_security/mod_security-1.8.7.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-www/mod_security/ChangeLog b/net-www/mod_security/ChangeLog
index 377ab942b6e8..aa1d6a827da1 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/ChangeLog,v 1.15 2006/02/19 21:44:08 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/ChangeLog,v 1.16 2006/04/18 23:07:50 weeve Exp $
+
+ 18 Apr 2006; Jason Wever <weeve@gentoo.org> mod_security-1.8.7.ebuild:
+ Stable on SPARC.
19 Feb 2006; Joshua Kinard <kumba@gentoo.org> mod_security-1.9.1.ebuild:
Added ~mips to KEYWORDS.
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 d9cfece2b229..9ffb60973568 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
+# Copyright 1999-2006 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.5 2005/11/22 22:05:11 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/mod_security-1.8.7.ebuild,v 1.6 2006/04/18 23:07:50 weeve 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="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE="doc"
APXS1_ARGS="-S LIBEXECDIR=${S} -c ${S}/apache1/mod_security.c"