diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-26 08:43:06 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-26 08:43:06 +0000 |
commit | a8e20861ea2e34b5c013c7dcd032f1e59e05139d (patch) | |
tree | 4023227d572e16505af8862e68bdaa8e921cfbbd /net-www/apache/apache-1.3.32-r1.ebuild | |
parent | Added support for multiple languages in LINGUAS, removed "it" from docs as th... (diff) | |
download | historical-a8e20861ea2e34b5c013c7dcd032f1e59e05139d.tar.gz historical-a8e20861ea2e34b5c013c7dcd032f1e59e05139d.tar.bz2 historical-a8e20861ea2e34b5c013c7dcd032f1e59e05139d.zip |
Stable on alpha, bug 68564.
Diffstat (limited to 'net-www/apache/apache-1.3.32-r1.ebuild')
-rw-r--r-- | net-www/apache/apache-1.3.32-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/apache-1.3.32-r1.ebuild b/net-www/apache/apache-1.3.32-r1.ebuild index b5e39d853862..0bb80a264d80 100644 --- a/net-www/apache/apache-1.3.32-r1.ebuild +++ b/net-www/apache/apache-1.3.32-r1.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.32-r1.ebuild,v 1.4 2004/10/26 06:55:40 sejo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.32-r1.ebuild,v 1.5 2004/10/26 08:43:06 kloeri Exp $ inherit eutils fixheadtails @@ -11,7 +11,7 @@ mod_ssl_ver=2.8.21 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 http://dev.gentoo.org/~tigger/apache-patches-1.3.32-r1.tar.bz2" |