summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-servers/lighttpd/ChangeLog5
-rw-r--r--www-servers/lighttpd/lighttpd-1.4.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog
index 5b95d7f5c2ae..9fce97696b06 100644
--- a/www-servers/lighttpd/ChangeLog
+++ b/www-servers/lighttpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/lighttpd
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.39 2005/08/29 17:21:40 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.40 2005/08/31 14:34:46 lu_zero Exp $
+
+ 31 Aug 2005; Luca Barbato <lu_zero@gentoo.org> lighttpd-1.4.2.ebuild:
+ memcache support on ppc tested
29 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.4.2.ebuild:
Add sedfu to fix an errant /tmp path I forgot to patch in tests/lighttpd.conf.
diff --git a/www-servers/lighttpd/lighttpd-1.4.2.ebuild b/www-servers/lighttpd/lighttpd-1.4.2.ebuild
index a78852545da0..959249415d52 100644
--- a/www-servers/lighttpd/lighttpd-1.4.2.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.2.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/www-servers/lighttpd/lighttpd-1.4.2.ebuild,v 1.2 2005/08/29 17:21:40 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.2.ebuild,v 1.3 2005/08/31 14:34:46 lu_zero Exp $
inherit eutils
@@ -19,7 +19,7 @@ RDEPEND=">=sys-libs/zlib-1.1
gdbm? ( sys-libs/gdbm )
ldap? ( >=net-nds/openldap-2.1.26 )
lua? ( dev-lang/lua )
- !ppc? ( memcache? ( dev-libs/libmemcache ) )
+ memcache? ( dev-libs/libmemcache )
mysql? ( >=dev-db/mysql-4.0.0 )
pcre? ( >=dev-libs/libpcre-3.1 )
php? (