diff options
author | 2005-01-09 11:35:09 +0000 | |
---|---|---|
committer | 2005-01-09 11:35:09 +0000 | |
commit | da2daf262da6d5ab538c3a9d686b6251621b1032 (patch) | |
tree | 1e4a458ea81e88c4e2bc9d50ef492434059f69f3 /net-www/apache/apache-1.3.33-r1.ebuild | |
parent | Added missing parentheses in SRC_URI/*DEPEND/LICENSE. (Manifest recommit) (diff) | |
download | gentoo-2-da2daf262da6d5ab538c3a9d686b6251621b1032.tar.gz gentoo-2-da2daf262da6d5ab538c3a9d686b6251621b1032.tar.bz2 gentoo-2-da2daf262da6d5ab538c3a9d686b6251621b1032.zip |
Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
Diffstat (limited to 'net-www/apache/apache-1.3.33-r1.ebuild')
-rw-r--r-- | net-www/apache/apache-1.3.33-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/apache-1.3.33-r1.ebuild b/net-www/apache/apache-1.3.33-r1.ebuild index 877a47091ccf..1eba12970cbd 100644 --- a/net-www/apache/apache-1.3.33-r1.ebuild +++ b/net-www/apache/apache-1.3.33-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.33-r1.ebuild,v 1.1 2005/01/08 23:37:10 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.33-r1.ebuild,v 1.2 2005/01/09 11:35:09 swegener Exp $ inherit eutils fixheadtails @@ -17,7 +17,7 @@ DESCRIPTION="The Apache Web Server" HOMEPAGE="http://httpd.apache.org" SRC_URI="mirror://apache/httpd/apache_${PV}.tar.gz ssl? ftp://ftp.modssl.org/source/mod_ssl-${mod_ssl_ver}-${PV}.tar.gz - lingerd? http://images.iagora.com/media/software/lingerd/lingerd-${lingerd_ver}.tar.gz + lingerd? ( http://images.iagora.com/media/software/lingerd/lingerd-${lingerd_ver}.tar.gz ) mirror://gentoo/${GENTOO_PATCHNAME}.tar.bz2" LICENSE="Apache-2.0" |