diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-22 10:33:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-22 10:33:09 +0000 |
commit | 1e137036f588b1a55287163e9c0ce048e2bf5d7e (patch) | |
tree | 4ab8f3c7bed16b516c5d8634a581ccac4b709100 /www-servers | |
parent | Stable for amd64, wrt bug #444224 (diff) | |
download | gentoo-2-1e137036f588b1a55287163e9c0ce048e2bf5d7e.tar.gz gentoo-2-1e137036f588b1a55287163e9c0ce048e2bf5d7e.tar.bz2 gentoo-2-1e137036f588b1a55287163e9c0ce048e2bf5d7e.zip |
Stable for amd64, wrt bug #444179
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index 6e08f64213a5..27fab2fe95a2 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/lighttpd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.289 2012/11/21 18:57:22 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.290 2012/11/22 10:33:09 ago Exp $ + + 22 Nov 2012; Agostino Sarubbo <ago@gentoo.org> lighttpd-1.4.32.ebuild: + Stable for amd64, wrt bug #444179 *lighttpd-1.4.32 (21 Nov 2012) diff --git a/www-servers/lighttpd/lighttpd-1.4.32.ebuild b/www-servers/lighttpd/lighttpd-1.4.32.ebuild index 62c1f684153d..cdf359fa0dcb 100644 --- a/www-servers/lighttpd/lighttpd-1.4.32.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.32.ebuild,v 1.1 2012/11/21 18:57:22 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.32.ebuild,v 1.2 2012/11/22 10:33:09 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.bz2" LICENSE="BSD GPL-2" 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 gdbm ipv6 kerberos ldap libev lua minimal mmap memcache mysql pcre php rrdtool selinux ssl test uploadprogress webdav xattr zlib" REQUIRED_USE="kerberos? ( ssl )" |