diff options
author | 2009-10-03 18:53:27 +0000 | |
---|---|---|
committer | 2009-10-03 18:53:27 +0000 | |
commit | 3c3b45c707d8f8a6be0bc7b2340b0fd5b9e559cf (patch) | |
tree | 39b8bb057d85bbba4a0149ccfc25a027b3015b09 /www-servers | |
parent | Stable on alpha, bug #286002 (diff) | |
download | gentoo-2-3c3b45c707d8f8a6be0bc7b2340b0fd5b9e559cf.tar.gz gentoo-2-3c3b45c707d8f8a6be0bc7b2340b0fd5b9e559cf.tar.bz2 gentoo-2-3c3b45c707d8f8a6be0bc7b2340b0fd5b9e559cf.zip |
Stable on alpha, bug #286134
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.23.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index 1eb4c3d54ed5..799210f8912a 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/lighttpd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.206 2009/09/27 19:44:16 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.207 2009/10/03 18:53:27 klausman Exp $ + + 03 Oct 2009; Tobias Klausmann <klausman@gentoo.org> + lighttpd-1.4.23.ebuild: + Stable on alpha, bug #286134 27 Sep 2009; nixnut <nixnut@gentoo.org> lighttpd-1.4.23.ebuild: ppc stable #286134 diff --git a/www-servers/lighttpd/lighttpd-1.4.23.ebuild b/www-servers/lighttpd/lighttpd-1.4.23.ebuild index cf39f7fbaa11..f99c087bd7ef 100644 --- a/www-servers/lighttpd/lighttpd-1.4.23.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.23.ebuild,v 1.6 2009/09/27 19:44:16 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.23.ebuild,v 1.7 2009/10/03 18:53:27 klausman Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://www.lighttpd.net/download/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="bzip2 doc fam fastcgi gdbm ipv6 ldap lua minimal memcache mysql pcre php rrdtool ssl test webdav xattr" RDEPEND=" |