diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-18 15:35:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-18 15:35:52 +0000 |
commit | feb253b8054ffcd9a8d4cc47ce8ab9647d7c5ab2 (patch) | |
tree | 66d11d8370c675e4d1a3457ea9c61c58afc7112b /net-www/apache/apache-1.3.31-r3.ebuild | |
parent | Fixed BUG #56515. (Manifest recommit) (diff) | |
download | gentoo-2-feb253b8054ffcd9a8d4cc47ce8ab9647d7c5ab2.tar.gz gentoo-2-feb253b8054ffcd9a8d4cc47ce8ab9647d7c5ab2.tar.bz2 gentoo-2-feb253b8054ffcd9a8d4cc47ce8ab9647d7c5ab2.zip |
stable on alpha and ia64 #59715
Diffstat (limited to 'net-www/apache/apache-1.3.31-r3.ebuild')
-rw-r--r-- | net-www/apache/apache-1.3.31-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/apache-1.3.31-r3.ebuild b/net-www/apache/apache-1.3.31-r3.ebuild index bbb0bf5d890c..aab3e3ae220a 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.4 2004/08/18 14:57:50 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.31-r3.ebuild,v 1.5 2004/08/18 15:35:52 agriffis 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" |