diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-12 04:15:37 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-12 04:15:37 +0000 |
commit | d856b5d2c87e20ef7996ef893283025c613ac4e7 (patch) | |
tree | 7d99ed80db8244a8391b7d7d5e3e24cbd6b7b2b6 | |
parent | add some comments (diff) | |
download | gentoo-2-d856b5d2c87e20ef7996ef893283025c613ac4e7.tar.gz gentoo-2-d856b5d2c87e20ef7996ef893283025c613ac4e7.tar.bz2 gentoo-2-d856b5d2c87e20ef7996ef893283025c613ac4e7.zip |
Stable on alpha, bug #53544.
-rw-r--r-- | net-www/apache/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.31-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index 70d9d695ccd7..89714b41eee6 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/apache # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.198 2004/06/11 18:51:08 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.199 2004/06/12 04:15:37 kloeri Exp $ + + 12 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> apache-1.3.31-r2.ebuild: + Stable on alpha, bug #53544. *apache-1.3.31-r2 (11 Jun 2004) diff --git a/net-www/apache/apache-1.3.31-r2.ebuild b/net-www/apache/apache-1.3.31-r2.ebuild index 06234432edbe..a39cd2400d4c 100644 --- a/net-www/apache/apache-1.3.31-r2.ebuild +++ b/net-www/apache/apache-1.3.31-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.31-r2.ebuild,v 1.1 2004/06/11 18:51:08 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.31-r2.ebuild,v 1.2 2004/06/12 04:15:37 kloeri Exp $ inherit eutils fixheadtails @@ -12,7 +12,7 @@ PATCH_LEVEL="${PV}-r2" S=${WORKDIR}/${PN}_${PV} DESCRIPTION="The Apache Web Server" HOMEPAGE="http://www.apache.org http://www.modssl.org" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~mips" +KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa ~amd64 ~ia64 ~mips" SRC_URI="http://www.apache.org/dist/httpd/apache_${PV}.tar.gz ftp://ftp.modssl.org/source/mod_ssl-${mod_ssl_ver}-${PV}.tar.gz" |