summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-11-18 16:16:21 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-11-18 16:16:21 +0000
commitcfc3c05094f0372e19be7ff42e9f5c0ca51884d2 (patch)
tree77e124c554d92dbe9a81fde21cf27e71a355d4d1 /www-servers/lighttpd
parentAdd EC2 tools' directory to root's path as well. (diff)
downloadgentoo-2-cfc3c05094f0372e19be7ff42e9f5c0ca51884d2.tar.gz
gentoo-2-cfc3c05094f0372e19be7ff42e9f5c0ca51884d2.tar.bz2
gentoo-2-cfc3c05094f0372e19be7ff42e9f5c0ca51884d2.zip
Fix typo. Thanks to Andrey Yurchuk <ayurchuk@minuteware.net>
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r--www-servers/lighttpd/ChangeLog5
-rw-r--r--www-servers/lighttpd/lighttpd-1.4.28.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog
index 8fdcd1c7b30d..9f74b9570fb6 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.234 2010/11/18 15:13:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.235 2010/11/18 16:16:21 hwoarang Exp $
+
+ 18 Nov 2010; Markos Chandras <hwoarang@gentoo.org> lighttpd-1.4.28.ebuild:
+ Fix typo. Thanks to Andrey Yurchuk <ayurchuk@minuteware.net>
*lighttpd-1.4.28 (15 Nov 2010)
diff --git a/www-servers/lighttpd/lighttpd-1.4.28.ebuild b/www-servers/lighttpd/lighttpd-1.4.28.ebuild
index 89b2ef9ffca3..e2d8f2e15ad4 100644
--- a/www-servers/lighttpd/lighttpd-1.4.28.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.28.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.28.ebuild,v 1.1 2010/11/18 15:13:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.28.ebuild,v 1.2 2010/11/18 16:16:21 hwoarang Exp $
EAPI="2"
@@ -95,7 +95,7 @@ pkg_setup() {
src_prepare() {
base_src_prepare
- dev-python/docutils installs rst2html.py not rst2html
+ #dev-python/docutils installs rst2html.py not rst2html
sed -i -e 's|\(rst2html\)|\1.py|g' doc/Makefile.am || \
die "sed doc/Makefile.am failed"
eautoreconf