diff options
author | Michael Januszewski <spock@gentoo.org> | 2011-01-10 21:14:38 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2011-01-10 21:14:38 +0000 |
commit | 3332c957652a6597bc71fc9a5b7ddfc7ee6b1342 (patch) | |
tree | f9f4fb7e4b0f04001fcbba67bb50ea8dc67b66df /www-client/elinks | |
parent | old (diff) | |
download | gentoo-2-3332c957652a6597bc71fc9a5b7ddfc7ee6b1342.tar.gz gentoo-2-3332c957652a6597bc71fc9a5b7ddfc7ee6b1342.tar.bz2 gentoo-2-3332c957652a6597bc71fc9a5b7ddfc7ee6b1342.zip |
Restore mistakenly deleted patch (bug #351269).
(Portage version: 2.1.9.30/cvs/Linux x86_64)
Diffstat (limited to 'www-client/elinks')
-rw-r--r-- | www-client/elinks/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/elinks/files/elinks-0.10.1-utf_8_io-default.patch | 11 |
2 files changed, 16 insertions, 1 deletions
diff --git a/www-client/elinks/ChangeLog b/www-client/elinks/ChangeLog index a72c4d4b0c2e..ef3e11126102 100644 --- a/www-client/elinks/ChangeLog +++ b/www-client/elinks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/elinks # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.134 2011/01/06 21:41:15 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.135 2011/01/10 21:14:38 spock Exp $ + + 10 Jan 2011; Michał Januszewski <spock@gentoo.org> + +files/elinks-0.10.1-utf_8_io-default.patch: + Restore mistakenly deleted patch (bug #351269). 06 Jan 2011; Michał Januszewski <spock@gentoo.org> elinks-0.11.7.ebuild, elinks-0.12_pre5.ebuild, elinks-0.12_pre5-r1.ebuild: diff --git a/www-client/elinks/files/elinks-0.10.1-utf_8_io-default.patch b/www-client/elinks/files/elinks-0.10.1-utf_8_io-default.patch new file mode 100644 index 000000000000..e0f59cda3264 --- /dev/null +++ b/www-client/elinks/files/elinks-0.10.1-utf_8_io-default.patch @@ -0,0 +1,11 @@ +--- elinks-0.10.1/src/config/options.inc.utf_8_io-default 2005-01-04 01:42:56.000000000 +0100 ++++ elinks-0.10.1/src/config/options.inc 2005-01-28 17:54:42.568968720 +0100 +@@ -747,7 +747,7 @@ + "terminal.")), + + INIT_OPT_BOOL("terminal._template_", N_("UTF-8 I/O"), +- "utf_8_io", 0, 0, ++ "utf_8_io", 0, 1, + N_("Enable I/O in UTF8 for Unicode terminals. Note that currently,\n" + "only the subset of UTF8 according to terminal codepage is used.")), + |