diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-09-09 16:15:14 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-09-09 16:15:14 +0000 |
commit | 356ec23446055f3f97db41a0d895cbd09d99eb7e (patch) | |
tree | 17a3110015420e5a46cee3e371c334399f114898 /www-servers | |
parent | Stable on ppc64; bug #186219 (diff) | |
download | gentoo-2-356ec23446055f3f97db41a0d895cbd09d99eb7e.tar.gz gentoo-2-356ec23446055f3f97db41a0d895cbd09d99eb7e.tar.bz2 gentoo-2-356ec23446055f3f97db41a0d895cbd09d99eb7e.zip |
Stable on ppc64; bug #186219
(Portage version: 2.1.2.12)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/apache/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/apache/apache-2.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/apache/ChangeLog b/www-servers/apache/ChangeLog index 833eb5c11c2d..fcedb151cfb2 100644 --- a/www-servers/apache/ChangeLog +++ b/www-servers/apache/ChangeLog @@ -1,6 +1,9 @@ # 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.25 2007/09/09 16:13:43 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.26 2007/09/09 16:15:14 corsair Exp $ + + 09 Sep 2007; Markus Rothe <corsair@gentoo.org> apache-2.2.6.ebuild: + Stable on ppc64; bug #186219 09 Sep 2007; Markus Rothe <corsair@gentoo.org> apache-2.0.59-r5.ebuild: Stable on ppc64; bug #186219 diff --git a/www-servers/apache/apache-2.2.6.ebuild b/www-servers/apache/apache-2.2.6.ebuild index 4be1b796d696..653db7bd6f48 100644 --- a/www-servers/apache/apache-2.2.6.ebuild +++ b/www-servers/apache/apache-2.2.6.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.6.ebuild,v 1.6 2007/09/09 15:28:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v 1.7 2007/09/09 16:15:14 corsair Exp $ inherit eutils flag-o-matic 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 |