diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-18 23:40:12 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-18 23:40:12 +0000 |
commit | 498c4a9b8ca8b8b92ad324ae9cd8f04f5dcefb7e (patch) | |
tree | c603f7b0d7ee972db1e2d810b30e7b3c354b8899 /net-www | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-498c4a9b8ca8b8b92ad324ae9cd8f04f5dcefb7e.tar.gz gentoo-2-498c4a9b8ca8b8b92ad324ae9cd8f04f5dcefb7e.tar.bz2 gentoo-2-498c4a9b8ca8b8b92ad324ae9cd8f04f5dcefb7e.zip |
Stable on amd64, bug 106421.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.54-r31.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index b10da8e03be6..cc622deb5303 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/apache # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.418 2005/09/18 20:53:16 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.419 2005/09/18 23:40:12 cryos Exp $ + + 18 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> + apache-2.0.54-r31.ebuild: + Stable on amd64, bug 106421. 18 Sep 2005; Michael Stewart <vericgar@gentoo.org> apache-2.0.54-r31.ebuild: diff --git a/net-www/apache/apache-2.0.54-r31.ebuild b/net-www/apache/apache-2.0.54-r31.ebuild index 89ed810ead65..c27442fc8610 100644 --- a/net-www/apache/apache-2.0.54-r31.ebuild +++ b/net-www/apache/apache-2.0.54-r31.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/apache/apache-2.0.54-r31.ebuild,v 1.5 2005/09/18 20:53:16 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.54-r31.ebuild,v 1.6 2005/09/18 23:40:12 cryos Exp $ inherit eutils 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 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" 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 |