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

Collapse All | Expand All

(-)devicekit-power-013.ebuild (-1 / +4 lines)
Lines 5-11 Link Here
5
EAPI="2"
5
EAPI="2"
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
7
8
inherit eutils gnome2 linux-info
8
inherit eutils gnome2 linux-info flag-o-matic
9
9
10
MY_PN="DeviceKit-power"
10
MY_PN="DeviceKit-power"
11
11
Lines 49-54 Link Here
49
}
49
}
50
50
51
pkg_setup() {
51
pkg_setup() {
52
	# Ensure we do not segfault on hardened
53
	append-flags -fno-PIE
54
52
	# Pedantic is currently broken
55
	# Pedantic is currently broken
53
	G2CONF="${G2CONF}
56
	G2CONF="${G2CONF}
54
		--localstatedir=/var
57
		--localstatedir=/var

Return to bug 291381