diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-30 20:27:18 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-30 20:27:18 +0000 |
commit | ac46dd302b7499c7f99fdc25ad7bb3647bb42f78 (patch) | |
tree | 467af7d1c50201f41911ccbf71f6e9a4457b3459 /www-servers | |
parent | Oops commited the wrong version. Here is the right one. (diff) | |
download | gentoo-2-ac46dd302b7499c7f99fdc25ad7bb3647bb42f78.tar.gz gentoo-2-ac46dd302b7499c7f99fdc25ad7bb3647bb42f78.tar.bz2 gentoo-2-ac46dd302b7499c7f99fdc25ad7bb3647bb42f78.zip |
Stable on ppc64; bug #123022
(Portage version: 2.0.54-r2)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index 8b2372a9b574..79b6feb79561 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/lighttpd # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.71 2006/05/30 19:49:29 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.72 2006/05/30 20:27:18 corsair Exp $ + + 30 May 2006; Markus Rothe <corsair@gentoo.org> lighttpd-1.4.11.ebuild: + Stable on ppc64; bug #123022 30 May 2006; Thilo Bangert <bangert@gentoo.org> files/lighttpd.initd, files/lighttpd.logrotate: diff --git a/www-servers/lighttpd/lighttpd-1.4.11.ebuild b/www-servers/lighttpd/lighttpd-1.4.11.ebuild index 662e5559d19a..b38191880296 100644 --- a/www-servers/lighttpd/lighttpd-1.4.11.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.11.ebuild,v 1.1 2006/05/30 18:11:57 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.11.ebuild,v 1.2 2006/05/30 20:27:18 corsair Exp $ inherit eutils autotools depend.php @@ -10,7 +10,7 @@ SRC_URI="http://www.lighttpd.net/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~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 |