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

Collapse All | Expand All

(-)/usr/portage/sys-auth/polkit/polkit-0.113.ebuild (-2 / +4 lines)
Lines 3-9 Link Here
3
# $Id$
3
# $Id$
4
4
5
EAPI=5
5
EAPI=5
6
inherit eutils multilib pam pax-utils systemd user
6
inherit autotools eutils multilib pam pax-utils systemd user
7
7
8
DESCRIPTION="Policy framework for controlling privileges for system-wide services"
8
DESCRIPTION="Policy framework for controlling privileges for system-wide services"
9
HOMEPAGE="http://www.freedesktop.org/wiki/Software/polkit"
9
HOMEPAGE="http://www.freedesktop.org/wiki/Software/polkit"
Lines 11-17 Link Here
11
11
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 test"
15
IUSE="examples gtk +introspection jit kde nls pam selinux systemd test"
16
16
17
CDEPEND="
17
CDEPEND="
Lines 64-69 Link Here
64
64
65
src_prepare() {
65
src_prepare() {
66
	sed -i -e 's|unix-group:wheel|unix-user:0|' src/polkitbackend/*-default.rules || die #401513
66
	sed -i -e 's|unix-group:wheel|unix-user:0|' src/polkitbackend/*-default.rules || die #401513
67
	epatch "${FILESDIR}/${PN}-0.113-optional-netgroup-r2.patch"
68
	eautoreconf
67
}
69
}
68
70
69
src_configure() {
71
src_configure() {

Return to bug 561672