summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephanie J. Lockwood-Childs <wormo@gentoo.org>2010-01-12 07:12:27 +0000
committerStephanie J. Lockwood-Childs <wormo@gentoo.org>2010-01-12 07:12:27 +0000
commit6a5cd32a753a43e7e5f1209e8dbfbb1276e37fd1 (patch)
tree2d861312314f64c2e76e48f482a869da18673eae /www-client/lynx
parentAdd dep on xz-utils or lzma-utils since xz is in the stable tree now. Confirm... (diff)
downloadgentoo-2-6a5cd32a753a43e7e5f1209e8dbfbb1276e37fd1.tar.gz
gentoo-2-6a5cd32a753a43e7e5f1209e8dbfbb1276e37fd1.tar.bz2
gentoo-2-6a5cd32a753a43e7e5f1209e8dbfbb1276e37fd1.zip
Enable nested table support (bug #292164)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'www-client/lynx')
-rw-r--r--www-client/lynx/ChangeLog6
-rw-r--r--www-client/lynx/lynx-2.8.8_pre2.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/www-client/lynx/ChangeLog b/www-client/lynx/ChangeLog
index 00a539343a98..13052976dc36 100644
--- a/www-client/lynx/ChangeLog
+++ b/www-client/lynx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/lynx
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/ChangeLog,v 1.101 2010/01/11 06:55:05 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/ChangeLog,v 1.102 2010/01/12 07:12:27 wormo Exp $
+
+ 12 Jan 2010; Stephanie Lockwood-Childs <wormo@gentoo.org>
+ lynx-2.8.8_pre2.ebuild:
+ Enable nested table support (bug #292164)
*lynx-2.8.8_pre2 (11 Jan 2010)
diff --git a/www-client/lynx/lynx-2.8.8_pre2.ebuild b/www-client/lynx/lynx-2.8.8_pre2.ebuild
index c248ec51fe19..2549939a5c40 100644
--- a/www-client/lynx/lynx-2.8.8_pre2.ebuild
+++ b/www-client/lynx/lynx-2.8.8_pre2.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-client/lynx/lynx-2.8.8_pre2.ebuild,v 1.1 2010/01/11 06:55:05 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/lynx-2.8.8_pre2.ebuild,v 1.2 2010/01/12 07:12:27 wormo Exp $
EAPI=2
@@ -91,6 +91,7 @@ src_configure() {
fi
econf \
+ --enable-nested-tables \
--enable-cgi-links \
--enable-persistent-cookies \
--enable-prettysrc \