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

Collapse All | Expand All

(-)/usr/portage/sys-auth/polkit/polkit-0.112-r3.ebuild (-3 / +6 lines)
Lines 12-18 Link Here
12
LICENSE="LGPL-2"
12
LICENSE="LGPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
15
IUSE="examples gtk +introspection jit kde nls pam selinux systemd"
15
IUSE="doc examples gtk +introspection jit kde nls pam selinux systemd"
16
16
17
CDEPEND="
17
CDEPEND="
18
	ia64? ( =dev-lang/spidermonkey-1.8.5*[-debug] )
18
	ia64? ( =dev-lang/spidermonkey-1.8.5*[-debug] )
Lines 32-38 Link Here
32
	app-text/docbook-xsl-stylesheets
32
	app-text/docbook-xsl-stylesheets
33
	dev-libs/libxslt
33
	dev-libs/libxslt
34
	dev-util/intltool
34
	dev-util/intltool
35
	virtual/pkgconfig"
35
	virtual/pkgconfig
36
	doc? ( >=dev-util/gtk-doc-1.4 )"
36
RDEPEND="${CDEPEND}
37
RDEPEND="${CDEPEND}
37
	selinux? ( sec-policy/selinux-policykit )
38
	selinux? ( sec-policy/selinux-policykit )
38
"
39
"
Lines 71-77 Link Here
71
		--localstatedir="${EPREFIX}"/var \
72
		--localstatedir="${EPREFIX}"/var \
72
		--disable-static \
73
		--disable-static \
73
		--enable-man-pages \
74
		--enable-man-pages \
74
		--disable-gtk-doc \
75
		$(use_enable doc gtk-doc) \
75
		$(use_enable systemd libsystemd-login) \
76
		$(use_enable systemd libsystemd-login) \
76
		$(use_enable introspection) \
77
		$(use_enable introspection) \
77
		--disable-examples \
78
		--disable-examples \
Lines 113-118 Link Here
113
		doins src/examples/{*.c,*.policy*}
114
		doins src/examples/{*.c,*.policy*}
114
	fi
115
	fi
115
116
117
	einstalldocs
118
116
	prune_libtool_files
119
	prune_libtool_files
117
}
120
}
118
121

Return to bug 552170