--- lynx-2.8.6-r1.ebuild 2006-10-13 21:55:39.000000000 +0900 +++ lynx-2.8.6-r2.ebuild 2006-11-06 21:30:55.000000000 +0900 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="bzip2 cjk ipv6 nls ssl unicode" +IUSE="bzip2 cjk ipv6 linguas_ja nls ssl unicode" RDEPEND="sys-libs/ncurses sys-libs/zlib @@ -38,9 +38,10 @@ src_compile() { local myconf use unicode && myconf="--with-screen=ncursesw" + use linguas_ja && myconf="${myconf} --enable-japanese-utf8" econf \ - --libdir=/etc/lynx \ + --sysconfdir=/etc/lynx \ --enable-cgi-links \ --enable-persistent-cookies \ --enable-prettysrc \