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

(-)xdm/a/xdm-1.1.10-r2.ebuild (-3 / +7 lines)
Lines 4-17 Link Here
4
4
5
EAPI=3
5
EAPI=3
6
6
7
inherit multilib xorg-2 pam systemd
7
inherit multilib xorg-2 pam systemd autotools
8
8
9
DEFAULTVT="vt7"
9
DEFAULTVT="vt7"
10
10
11
DESCRIPTION="X.Org xdm application"
11
DESCRIPTION="X.Org xdm application"
12
12
13
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
13
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
14
IUSE="ipv6 pam"
14
IUSE="ipv6 pam +consolekit"
15
15
16
RDEPEND="x11-apps/xrdb
16
RDEPEND="x11-apps/xrdb
17
	x11-libs/libXdmcp
17
	x11-libs/libXdmcp
Lines 23-29 Link Here
23
	x11-libs/libXt
23
	x11-libs/libXt
24
	x11-apps/sessreg
24
	x11-apps/sessreg
25
	x11-apps/xconsole
25
	x11-apps/xconsole
26
	pam? ( virtual/pam )"
26
	pam? ( virtual/pam )
27
	consolekit? ( sys-auth/consolekit )"
27
DEPEND="${RDEPEND}
28
DEPEND="${RDEPEND}
28
	x11-proto/xineramaproto
29
	x11-proto/xineramaproto
29
	x11-proto/xproto"
30
	x11-proto/xproto"
Lines 32-46 Link Here
32
	"${FILESDIR}"/xwilling-hang.patch
33
	"${FILESDIR}"/xwilling-hang.patch
33
	# bug #369531 (underlinking)
34
	# bug #369531 (underlinking)
34
	"${FILESDIR}"/0001-Fix-missing-linking-dependency-on-ldl.patch
35
	"${FILESDIR}"/0001-Fix-missing-linking-dependency-on-ldl.patch
36
	"${FILESDIR}"/xdm-consolekit.diff
35
)
37
)
36
38
37
pkg_setup() {
39
pkg_setup() {
38
	XORG_CONFIGURE_OPTIONS=(
40
	XORG_CONFIGURE_OPTIONS=(
39
		$(use_enable ipv6)
41
		$(use_enable ipv6)
40
		$(use_with pam)
42
		$(use_with pam)
43
		$(use_with consolekit)
41
		--with-default-vt=${DEFAULTVT}
44
		--with-default-vt=${DEFAULTVT}
42
		--with-xdmconfigdir=/etc/X11/xdm
45
		--with-xdmconfigdir=/etc/X11/xdm
43
	)
46
	)
47
	XORG_EAUTORECONF="yes"
44
}
48
}
45
49
46
src_install() {
50
src_install() {

Return to bug 360987