summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElfyn McBratney <beu@gentoo.org>2007-01-05 01:28:26 +0000
committerElfyn McBratney <beu@gentoo.org>2007-01-05 01:28:26 +0000
commit041413f8087172e03e99b80972af3c2ef465292b (patch)
treeedefebaf477ce0cb70024db63576237c08083815 /www-servers
parentInitial ebuild for libtcnative-1.so, Tomcat's native APR library (diff)
downloadgentoo-2-041413f8087172e03e99b80972af3c2ef465292b.tar.gz
gentoo-2-041413f8087172e03e99b80972af3c2ef465292b.tar.bz2
gentoo-2-041413f8087172e03e99b80972af3c2ef465292b.zip
Set WANT_AUTO{CONF,MAKE} variables; fixes bug #160133.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/lighttpd/ChangeLog7
-rw-r--r--www-servers/lighttpd/lighttpd-1.4.11.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog
index 249e1805dddc..42a7c0898a0f 100644
--- a/www-servers/lighttpd/ChangeLog
+++ b/www-servers/lighttpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/lighttpd
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.90 2006/12/08 21:23:40 beu Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.91 2007/01/05 01:28:26 beu Exp $
+
+ 05 Jan 2007; Elfyn McBratney <beu@gentoo.org> lighttpd-1.4.11.ebuild:
+ Set WANT_AUTO{CONF,MAKE} variables; fixes bug #160133.
08 Dec 2006; Elfyn McBratney <beu@gentoo.org> lighttpd-1.4.11.ebuild:
Kill DEPEND on sys-apps/sed.
diff --git a/www-servers/lighttpd/lighttpd-1.4.11.ebuild b/www-servers/lighttpd/lighttpd-1.4.11.ebuild
index 07ad26ed2613..cfea59438d7e 100644
--- a/www-servers/lighttpd/lighttpd-1.4.11.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.11.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.11.ebuild,v 1.18 2006/12/08 21:23:40 beu Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.11.ebuild,v 1.19 2007/01/05 01:28:26 beu Exp $
+WANT_AUTOCONF=latest
+WANT_AUTOMAKE=latest
inherit eutils autotools depend.php
DESCRIPTION="Lightweight high-performance web server"