diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 16:52:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 16:52:07 +0000 |
commit | 2b9488884cbbcbf56a40e5a7d962061f69787404 (patch) | |
tree | 0789bf848c9d3eef03dc0e738d62c72140d4f0e5 /net-www/apache/apache-1.3.27-r4.ebuild | |
parent | amd64 (Manifest recommit) (diff) | |
download | gentoo-2-2b9488884cbbcbf56a40e5a7d962061f69787404.tar.gz gentoo-2-2b9488884cbbcbf56a40e5a7d962061f69787404.tar.bz2 gentoo-2-2b9488884cbbcbf56a40e5a7d962061f69787404.zip |
Remove arm keywords
Diffstat (limited to 'net-www/apache/apache-1.3.27-r4.ebuild')
-rw-r--r-- | net-www/apache/apache-1.3.27-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/apache-1.3.27-r4.ebuild b/net-www/apache/apache-1.3.27-r4.ebuild index 8fb1799e1258..bbd6309bd145 100644 --- a/net-www/apache/apache-1.3.27-r4.ebuild +++ b/net-www/apache/apache-1.3.27-r4.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.27-r4.ebuild,v 1.14 2004/01/15 03:55:19 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.27-r4.ebuild,v 1.15 2004/02/22 16:51:20 agriffis Exp $ IUSE="ipv6 pam" @@ -9,7 +9,7 @@ mod_ssl_ver=2.8.14 S=${WORKDIR}/${PN}_${PV} DESCRIPTION="The Apache Web Server" HOMEPAGE="http://www.apache.org http://www.modssl.org" -KEYWORDS="x86 ppc ~sparc ~alpha ~hppa arm" +KEYWORDS="x86 ppc ~sparc ~alpha ~hppa" SRC_URI="http://httpd.apache.org/dist/httpd/apache_${PV}.tar.gz mirror://gentoo/${P}-gentoo.diff.bz2 ftp://ftp.modssl.org/source/mod_ssl-${mod_ssl_ver}-${PV}.tar.gz |