Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 213073 | Differences between
and this patch

Collapse All | Expand All

(-)xdm-1.1.7.ebuild (-3 / +4 lines)
Lines 3-11 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.7.ebuild,v 1.1 2008/03/10 02:05:13 dberkholz Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.7.ebuild,v 1.1 2008/03/10 02:05:13 dberkholz Exp $
4
4
5
# Must be before x-modular eclass is inherited
5
# Must be before x-modular eclass is inherited
6
#SNAPSHOT="yes"
6
SNAPSHOT="yes"
7
7
8
inherit multilib x-modular pam
8
inherit eutils multilib x-modular pam
9
9
10
DEFAULTVT="vt7"
10
DEFAULTVT="vt7"
11
11
Lines 27-33 Link Here
27
	x11-proto/xproto"
27
	x11-proto/xproto"
28
28
29
PATCHES="${FILESDIR}/wtmp.patch
29
PATCHES="${FILESDIR}/wtmp.patch
30
	${FILESDIR}/xwilling-hang.patch"
30
	${FILESDIR}/xwilling-hang.patch
31
	${FILESDIR}/${P}-inclusion.patch"
31
32
32
CONFIGURE_OPTIONS="$(use_enable xprint)
33
CONFIGURE_OPTIONS="$(use_enable xprint)
33
	$(use_enable ipv6)
34
	$(use_enable ipv6)

Return to bug 213073