diff options
author | 2004-09-05 09:43:04 +0000 | |
---|---|---|
committer | 2004-09-05 09:43:04 +0000 | |
commit | 736cb569a025550e4ac068aebc06e32cbdfb68c8 (patch) | |
tree | c670278449634e7dce54eb53623a87d60aaa0084 /www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild | |
parent | Stable on hppa. (diff) | |
download | historical-736cb569a025550e4ac068aebc06e32cbdfb68c8.tar.gz historical-736cb569a025550e4ac068aebc06e32cbdfb68c8.tar.bz2 historical-736cb569a025550e4ac068aebc06e32cbdfb68c8.zip |
Fixed ChangeLog header. Added missing IUSE.
Diffstat (limited to 'www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild')
-rw-r--r-- | www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild b/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild index e00929ea1419..9d8e52d91308 100644 --- a/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild +++ b/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.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/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild,v 1.1 2004/08/08 17:46:54 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild,v 1.2 2004/09/05 09:43:04 swegener Exp $ inherit eutils @@ -14,6 +14,7 @@ SRC_URI="ftp://ftp.ncsa.uiuc.edu/Web/httpd/Unix/ncsa_httpd/current/${MY_P}_sourc DEPEND="" LICENSE="ncsa-1.3" SLOT="1" +IUSE="" src_unpack() { unpack ${A} |