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

(-)/usr/portage/gnome-base/gdm/gdm-3.8.4-r1.ebuild (-2 / +8 lines)
Lines 50-56 Link Here
50
	systemd? ( >=sys-apps/systemd-186[pam] )
50
	systemd? ( >=sys-apps/systemd-186[pam] )
51
	!systemd? (
51
	!systemd? (
52
		>=x11-base/xorg-server-1.14.3-r1
52
		>=x11-base/xorg-server-1.14.3-r1
53
		!<sys-apps/openrc-0.12 )
53
		!<sys-apps/openrc-0.12 
54
		sys-auth/consolekit )
54
	sys-auth/pambase[systemd?]
55
	sys-auth/pambase[systemd?]
55
56
56
	audit? ( sys-process/audit )
57
	audit? ( sys-process/audit )
Lines 140-145 Link Here
140
			-i data/00-upstream-settings || die "sed failed"
141
			-i data/00-upstream-settings || die "sed failed"
141
	fi
142
	fi
142
143
144
    if ! use systemd; then
145
	    sed -e "s:^.*systemd.*$::" \
146
		    -i data/pam-*/*.pam || die "sed failed"
147
	fi
148
143
	mkdir -p "${S}"/m4
149
	mkdir -p "${S}"/m4
144
	sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
150
	sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
145
	eautoreconf
151
	eautoreconf
Lines 163-169 Link Here
163
		--with-default-pam-config=exherbo \
169
		--with-default-pam-config=exherbo \
164
		--with-at-spi-registryd-directory="${EPREFIX}"/usr/libexec \
170
		--with-at-spi-registryd-directory="${EPREFIX}"/usr/libexec \
165
		--with-initial-vt=7 \
171
		--with-initial-vt=7 \
166
		--without-console-kit \
167
		--without-xevie \
172
		--without-xevie \
168
		$(use_with audit libaudit) \
173
		$(use_with audit libaudit) \
169
		$(use_enable fallback fallback-greeter) \
174
		$(use_enable fallback fallback-greeter) \
Lines 171-176 Link Here
171
		$(use_with plymouth) \
176
		$(use_with plymouth) \
172
		$(use_with selinux) \
177
		$(use_with selinux) \
173
		$(use_with systemd) \
178
		$(use_with systemd) \
179
		$(use_with !systemd console-kit) \
174
		$(use_enable systemd systemd-journal) \
180
		$(use_enable systemd systemd-journal) \
175
		$(systemd_with_unitdir) \
181
		$(systemd_with_unitdir) \
176
		$(use_with tcpd tcp-wrappers) \
182
		$(use_with tcpd tcp-wrappers) \

Return to bug 486822