diff options
-rw-r--r-- | www-servers/apache/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/apache/apache-2.0.59-r5.ebuild | 4 | ||||
-rw-r--r-- | www-servers/apache/apache-2.2.4-r12.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-servers/apache/ChangeLog b/www-servers/apache/ChangeLog index e21bff844072..777f20ae47c8 100644 --- a/www-servers/apache/ChangeLog +++ b/www-servers/apache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/apache # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.15 2007/09/02 14:48:10 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.16 2007/09/04 18:37:12 armin76 Exp $ + + 04 Sep 2007; Raúl Porcel <armin76@gentoo.org> apache-2.0.59-r5.ebuild, + apache-2.2.4-r12.ebuild: + alpha/ia64/x86 stable wrt #190331 02 Sep 2007; Benedikt Böhm <hollow@gentoo.org> apache-2.0.59-r5.ebuild: fix #190966 diff --git a/www-servers/apache/apache-2.0.59-r5.ebuild b/www-servers/apache/apache-2.0.59-r5.ebuild index 1abfa9430b49..f25351ded129 100644 --- a/www-servers/apache/apache-2.0.59-r5.ebuild +++ b/www-servers/apache/apache-2.0.59-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.0.59-r5.ebuild,v 1.5 2007/09/02 14:48:10 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.0.59-r5.ebuild,v 1.6 2007/09/04 18:37:12 armin76 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-itk mpm-leader mpm-peruser mpm-prefork mpm-threadpool mpm-worker ssl static-modules threads selinux" RDEPEND="dev-lang/perl diff --git a/www-servers/apache/apache-2.2.4-r12.ebuild b/www-servers/apache/apache-2.2.4-r12.ebuild index 543449ab4f4e..149b57d467fd 100644 --- a/www-servers/apache/apache-2.2.4-r12.ebuild +++ b/www-servers/apache/apache-2.2.4-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.4-r12.ebuild,v 1.4 2007/09/02 14:03:27 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.4-r12.ebuild,v 1.5 2007/09/04 18:37:12 armin76 Exp $ inherit eutils flag-o-matic gnuconfig multilib autotools @@ -18,7 +18,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2 # some helper scripts are apache-1.1, thus both are here LICENSE="Apache-2.0 Apache-1.1" 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="debug doc ldap mpm-event mpm-itk mpm-peruser mpm-prefork mpm-worker no-suexec selinux ssl static-modules threads" DEPEND="dev-lang/perl |