diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-12-15 17:57:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-12-15 17:57:24 +0000 |
commit | d28d67965cfb72d15aad37df1a2812b693314707 (patch) | |
tree | 1a43d27268e95f97549f3737257c80a27a9be54e /www-servers | |
parent | revert stable markings since this is for X.org 7.3. bug #202087 (diff) | |
download | gentoo-2-d28d67965cfb72d15aad37df1a2812b693314707.tar.gz gentoo-2-d28d67965cfb72d15aad37df1a2812b693314707.tar.bz2 gentoo-2-d28d67965cfb72d15aad37df1a2812b693314707.zip |
Stable for HPPA (bug #202327).
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/apache/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/apache/apache-2.2.6-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/apache/ChangeLog b/www-servers/apache/ChangeLog index 925037a8bcb3..8b502995d812 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.39 2007/12/15 14:32:52 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.40 2007/12/15 17:57:24 jer Exp $ + + 15 Dec 2007; Jeroen Roovers <jer@gentoo.org> apache-2.2.6-r5.ebuild: + Stable for HPPA (bug #202327). *apache-2.2.6-r6 (15 Dec 2007) diff --git a/www-servers/apache/apache-2.2.6-r5.ebuild b/www-servers/apache/apache-2.2.6-r5.ebuild index 04532e5c496f..727816a7bfa2 100644 --- a/www-servers/apache/apache-2.2.6-r5.ebuild +++ b/www-servers/apache/apache-2.2.6-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.2.6-r5.ebuild,v 1.1 2007/12/14 22:34:02 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6-r5.ebuild,v 1.2 2007/12/15 17:57:24 jer 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 |