diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-01 11:56:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-01 11:56:47 +0000 |
commit | 9a68cc6411f95c688c353ed1a60ece2a7088bae2 (patch) | |
tree | 6ec5715968568d9c11911caa472fbb36a6d60a94 /net-www/apache | |
parent | QA cleanup (Manifest recommit) (diff) | |
download | gentoo-2-9a68cc6411f95c688c353ed1a60ece2a7088bae2.tar.gz gentoo-2-9a68cc6411f95c688c353ed1a60ece2a7088bae2.tar.bz2 gentoo-2-9a68cc6411f95c688c353ed1a60ece2a7088bae2.zip |
arm KEYWORDS
Diffstat (limited to 'net-www/apache')
-rw-r--r-- | net-www/apache/apache-2.0.49-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-www/apache/apache-2.0.49-r2.ebuild b/net-www/apache/apache-2.0.49-r2.ebuild index eeb4939ef54c..00a10e770dde 100644 --- a/net-www/apache/apache-2.0.49-r2.ebuild +++ b/net-www/apache/apache-2.0.49-r2.ebuild @@ -1,17 +1,18 @@ # 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-2.0.49-r2.ebuild,v 1.10 2004/05/29 16:39:44 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.49-r2.ebuild,v 1.11 2004/06/01 11:55:37 vapier Exp $ inherit flag-o-matic eutils fixheadtails gnuconfig +S="${WORKDIR}/httpd-${PV}" DESCRIPTION="Apache Web Server, Version 2.0.x" HOMEPAGE="http://www.apache.org/" - -S="${WORKDIR}/httpd-${PV}" SRC_URI="http://www.apache.org/dist/httpd/httpd-${PV}.tar.gz" -KEYWORDS="~x86 ~ppc ~alpha ~hppa ~mips ~sparc ~amd64 ~ia64 s390" + LICENSE="Apache-2.0" SLOT="2" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 s390" +IUSE="berkdb gdbm ldap threads ipv6 doc static ssl" #Standard location for Gentoo Linux DATADIR="/var/www/localhost" @@ -26,7 +27,6 @@ DEPEND="dev-util/yacc gdbm? ( sys-libs/gdbm ) doc? ( =app-doc/apache-manual-2.0.49-r1 ) !mips? ( ldap? ( =net-nds/openldap-2* ) )" -IUSE="berkdb gdbm ldap threads ipv6 doc static ssl" apache_setup_vars() { # Sets the USERDIR to default. |