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

(-)/var/repo/gentoo/x11-terms/rxvt-unicode/rxvt-unicode-9.02.ebuild (-2 / +3 lines)
Lines 11-23 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
13
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
14
IUSE="truetype perl iso14755"
14
IUSE="background truetype perl iso14755"
15
15
16
# see bug #115992 for modular x deps
16
# see bug #115992 for modular x deps
17
RDEPEND="x11-libs/libX11
17
RDEPEND="x11-libs/libX11
18
	x11-libs/libXft
18
	x11-libs/libXft
19
	media-libs/libafterimage
20
	x11-libs/libXrender
19
	x11-libs/libXrender
20
	background? ( media-libs/libafterimage )
21
	perl? ( dev-lang/perl )"
21
	perl? ( dev-lang/perl )"
22
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
23
	dev-util/pkgconfig
23
	dev-util/pkgconfig
Lines 39-44 Link Here
39
39
40
	econf \
40
	econf \
41
		--enable-everything \
41
		--enable-everything \
42
		$(use_enable background afterimage) \
42
		$(use_enable truetype xft) \
43
		$(use_enable truetype xft) \
43
		$(use_enable perl) \
44
		$(use_enable perl) \
44
		--disable-text-blink \
45
		--disable-text-blink \

Return to bug 221835