--- /usr/portage/x11-terms/rxvt-unicode/rxvt-unicode-9.02-r1.ebuild 2008-05-05 22:39:36.000000000 +0200 +++ /usr/portage/x11-terms/rxvt-unicode/rxvt-unicode-9.02-r1.ebuild 2008-06-03 20:09:32.453956472 +0200 @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="truetype perl iso14755" +IUSE="truetype perl iso14755 colors256" # see bug #115992 for modular x deps RDEPEND="x11-libs/libX11 @@ -34,6 +34,12 @@ sed -i -e \ "s~@TIC@ \(\$(srcdir)/etc/rxvt\)~@TIC@ -o ${D}/${tdir} \1~" \ doc/Makefile.in + + # 256 colors support + if use colors256; then + epatch ${S}/doc/urxvt-8.2-256color.patch + ./autogen.sh + fi } src_compile() { @@ -45,6 +51,7 @@ --enable-everything \ $(use_enable truetype xft) \ $(use_enable perl) \ + $(use_enable colors256 xterm-colors=256) \ --disable-text-blink \ ${myconf} \ || die