Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 379951
Collapse All | Expand All

(-)mrxvt-0.5.4.ebuild (-1 / +4 lines)
Lines 14-20 Link Here
14
KEYWORDS="alpha amd64 ~mips ppc x86"
14
KEYWORDS="alpha amd64 ~mips ppc x86"
15
15
16
LINGUAS_IUSE="linguas_el linguas_ja linguas_ko linguas_th linguas_zh_CN linguas_zh_TW"
16
LINGUAS_IUSE="linguas_el linguas_ja linguas_ko linguas_th linguas_zh_CN linguas_zh_TW"
17
IUSE="debug png jpeg session truetype menubar utempter xpm ${LINGUAS_IUSE}"
17
IUSE="debug png jpeg session truetype menubar utempter xpm squared_tabs ${LINGUAS_IUSE}"
18
18
19
RDEPEND="png? ( media-libs/libpng )
19
RDEPEND="png? ( media-libs/libpng )
20
	utempter? ( sys-libs/libutempter )
20
	utempter? ( sys-libs/libutempter )
Lines 61-66 Link Here
61
	if use linguas_zh_TW ; then
61
	if use linguas_zh_TW ; then
62
		myconf="${myconf} --enable-big5 --with-encoding=big5"
62
		myconf="${myconf} --enable-big5 --with-encoding=big5"
63
	fi
63
	fi
64
	if use squared_tabs ; then
65
		myconf="${myconf} --with-tab-radius=0"
66
	fi
64
67
65
	# 2006-03-13 gi1242: mrxvt works best with TERM=rxvt AND correctly set
68
	# 2006-03-13 gi1242: mrxvt works best with TERM=rxvt AND correctly set
66
	# termcap / terminfo entries. If the rxvt termcap / terminfo entries are
69
	# termcap / terminfo entries. If the rxvt termcap / terminfo entries are

Return to bug 379951