diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-02-03 23:39:45 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-02-03 23:39:45 +0000 |
commit | 61229bbff53937472decb9d4e9a46453c54aec98 (patch) | |
tree | c79a3c0f31f647a188408cc1a0f7820437396168 /www-servers/lighttpd | |
parent | Add upstream fix for wrapper flag ordering (diff) | |
download | gentoo-2-61229bbff53937472decb9d4e9a46453c54aec98.tar.gz gentoo-2-61229bbff53937472decb9d4e9a46453c54aec98.tar.bz2 gentoo-2-61229bbff53937472decb9d4e9a46453c54aec98.zip |
Stable for HPPA (bug #303213).
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.25-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index 3b800fee18b8..8f39c03bdcce 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/lighttpd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.221 2010/02/03 20:39:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.222 2010/02/03 23:39:45 jer Exp $ + + 03 Feb 2010; Jeroen Roovers <jer@gentoo.org> lighttpd-1.4.25-r1.ebuild: + Stable for HPPA (bug #303213). 03 Feb 2010; Raúl Porcel <armin76@gentoo.org> lighttpd-1.4.25-r1.ebuild: alpha/arm/ia64/sh/sparc stable wrt #303213 diff --git a/www-servers/lighttpd/lighttpd-1.4.25-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.25-r1.ebuild index 9dfbe3565190..de183b225d26 100644 --- a/www-servers/lighttpd/lighttpd-1.4.25-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.25-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.25-r1.ebuild,v 1.4 2010/02/03 20:39:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.25-r1.ebuild,v 1.5 2010/02/03 23:39:45 jer Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${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=" |