diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-06-27 14:46:40 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-06-27 14:46:40 +0000 |
commit | 39bec9457cbe35c86d7eb3defaeca66e5b6af345 (patch) | |
tree | 7a07db6e9a3dfa5026563cdfc8ac383b377b2b13 /net-www/apache | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-39bec9457cbe35c86d7eb3defaeca66e5b6af345.tar.gz gentoo-2-39bec9457cbe35c86d7eb3defaeca66e5b6af345.tar.bz2 gentoo-2-39bec9457cbe35c86d7eb3defaeca66e5b6af345.zip |
Marked stable on amd64, bug 138011.
(Portage version: 2.1.1_pre1-r2)
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 665602b1d9fc..e603e745e5f8 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.482 2006/06/27 09:57:46 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.483 2006/06/27 14:46:40 cryos Exp $ + + 27 Jun 2006; Marcus D. Hanwell <cryos@gentoo.org> apache-2.0.58.ebuild: + Marked stable on amd64, bug 138011. 27 Jun 2006; Guy Martin <gmsoft@gentoo.org> apache-2.0.58.ebuild: Stable on hppa. diff --git a/net-www/apache/apache-2.0.58.ebuild b/net-www/apache/apache-2.0.58.ebuild index 625fc40320d3..645a85be7167 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.5 2006/06/27 09:57:46 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.58.ebuild,v 1.6 2006/06/27 14:46:40 cryos 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 |