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

Collapse All | Expand All

(-)udisks-1.0.2-r3.ebuild (+5 lines)
Lines 40-45 Link Here
40
pkg_setup() {
40
pkg_setup() {
41
	DOCS=( AUTHORS HACKING NEWS README )
41
	DOCS=( AUTHORS HACKING NEWS README )
42
42
43
	enewgroup plugdev
44
43
	if use amd64 || use x86; then
45
	if use amd64 || use x86; then
44
		CONFIG_CHECK="~USB_SUSPEND ~!IDE"
46
		CONFIG_CHECK="~USB_SUSPEND ~!IDE"
45
		linux-info_pkg_setup
47
		linux-info_pkg_setup
Lines 67-72 Link Here
67
src_install() {
69
src_install() {
68
	default
70
	default
69
71
72
	insinto /etc/polkit-1/localauthority/10-vendor.d
73
	doins "${FILESDIR}"/01-org.freedesktop.udisks.pkla
74
70
	rm -f "${ED}"/etc/profile.d/udisks-bash-completion.sh
75
	rm -f "${ED}"/etc/profile.d/udisks-bash-completion.sh
71
	dobashcompletion tools/udisks-bash-completion.sh ${PN}
76
	dobashcompletion tools/udisks-bash-completion.sh ${PN}
72
77

Return to bug 369667