diff options
author | 2008-03-11 03:31:00 +0000 | |
---|---|---|
committer | 2008-03-11 03:31:00 +0000 | |
commit | 04b6e42a60432941e16b1ac206d2a15ac7b26733 (patch) | |
tree | dff367cf843132b31f7dd8e689f7210f4606a4d1 | |
parent | Quick follow-up to fix a GIO crasher and included pcre copy version to secure... (diff) | |
download | gentoo-2-04b6e42a60432941e16b1ac206d2a15ac7b26733.tar.gz gentoo-2-04b6e42a60432941e16b1ac206d2a15ac7b26733.tar.bz2 gentoo-2-04b6e42a60432941e16b1ac206d2a15ac7b26733.zip |
Stable for HPPA (bug #212930).
(Portage version: 2.1.4.4)
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.18-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index ea2fb16e7242..bc4240b94134 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/lighttpd # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.165 2008/03/10 22:12:20 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.166 2008/03/11 03:31:00 jer Exp $ + + 11 Mar 2008; Jeroen Roovers <jer@gentoo.org> lighttpd-1.4.18-r3.ebuild: + Stable for HPPA (bug #212930). *lighttpd-1.4.18-r3 (10 Mar 2008) diff --git a/www-servers/lighttpd/lighttpd-1.4.18-r3.ebuild b/www-servers/lighttpd/lighttpd-1.4.18-r3.ebuild index 09e6bacf6d8e..55ff1d71cfc3 100644 --- a/www-servers/lighttpd/lighttpd-1.4.18-r3.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.18-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.18-r3.ebuild,v 1.1 2008/03/10 22:12:20 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.18-r3.ebuild,v 1.2 2008/03/11 03:31:00 jer Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -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 ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="bzip2 doc fam fastcgi gdbm ipv6 ldap lua minimal memcache mysql pcre php rrdtool ssl test webdav xattr" RDEPEND=">=sys-libs/zlib-1.1 |