diff options
author | 2004-08-17 22:10:58 +0000 | |
---|---|---|
committer | 2004-08-17 22:10:58 +0000 | |
commit | 0d6aa203b899ae82cf838cc16401e83ddf7a3025 (patch) | |
tree | 34cc745b437382cb93f20341b957149803e85271 /net-www | |
parent | Added fbsplash and vesafb-tng patches. (diff) | |
download | gentoo-2-0d6aa203b899ae82cf838cc16401e83ddf7a3025.tar.gz gentoo-2-0d6aa203b899ae82cf838cc16401e83ddf7a3025.tar.bz2 gentoo-2-0d6aa203b899ae82cf838cc16401e83ddf7a3025.zip |
Stable on x86
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.31-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index d2a1c9d2f55d..be9daa04a7f9 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/apache # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.234 2004/08/17 13:49:51 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.235 2004/08/17 22:10:58 stuart Exp $ + + 17 Aug 2004; Stuart Herbert <stuart@gentoo.org> apache-1.3.31-r3.ebuild: + Stable on x86 17 Aug 2004; Stuart Herbert <stuart@gentoo.org> apache-1.3.31-r3.ebuild: Fixed problem with looking for a patch in the wrong place diff --git a/net-www/apache/apache-1.3.31-r3.ebuild b/net-www/apache/apache-1.3.31-r3.ebuild index 9fd4d11e9f16..ba11bc5c27b3 100644 --- a/net-www/apache/apache-1.3.31-r3.ebuild +++ b/net-www/apache/apache-1.3.31-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.31-r3.ebuild,v 1.2 2004/08/17 13:49:51 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.31-r3.ebuild,v 1.3 2004/08/17 22:10:58 stuart 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" |