diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-06-28 16:51:07 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-06-28 16:51:07 +0000 |
commit | e70dcea71d572294ef632faecb3027e220644afc (patch) | |
tree | 31401ec407cdc9c570b9832f3410443b236b922c /net-www/apache | |
parent | Stable x86; bug #138011 (diff) | |
download | gentoo-2-e70dcea71d572294ef632faecb3027e220644afc.tar.gz gentoo-2-e70dcea71d572294ef632faecb3027e220644afc.tar.bz2 gentoo-2-e70dcea71d572294ef632faecb3027e220644afc.zip |
Stable x86; its apache...it never dies
(Portage version: 2.1)
Diffstat (limited to 'net-www/apache')
-rw-r--r-- | net-www/apache/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.58.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index e603e745e5f8..708343d5101e 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/apache # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.483 2006/06/27 14:46:40 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.484 2006/06/28 16:51:07 tsunam Exp $ + + 28 Jun 2006; Joshua Jackson <tsunam@gentoo.org> apache-2.0.58.ebuild: + Stable x86; bug #138011 27 Jun 2006; Marcus D. Hanwell <cryos@gentoo.org> apache-2.0.58.ebuild: Marked stable on amd64, bug 138011. diff --git a/net-www/apache/apache-2.0.58.ebuild b/net-www/apache/apache-2.0.58.ebuild index 645a85be7167..ab7052b2aab4 100644 --- a/net-www/apache/apache-2.0.58.ebuild +++ b/net-www/apache/apache-2.0.58.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.58.ebuild,v 1.6 2006/06/27 14:46:40 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.58.ebuild,v 1.7 2006/06/28 16:51:07 tsunam Exp $ inherit eutils flag-o-matic gnuconfig multilib @@ -17,7 +17,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2 LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="apache2 debug doc ldap mpm-leader mpm-peruser mpm-prefork mpm-threadpool mpm-worker no-suexec ssl static-modules threads selinux" RDEPEND="dev-lang/perl |