mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-auth/consolekit: reset xdg environment (bug 621040)
Package-Manager: Portage-2.3.5, Repoman-2.3.1
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools libtool linux-info pam
|
||||
inherit autotools libtool linux-info pam xdg-utils
|
||||
|
||||
MY_PN=ConsoleKit2
|
||||
MY_P=${MY_PN}-${PV}
|
||||
@@ -66,6 +66,8 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
xdg_environment_reset
|
||||
|
||||
sed -i -e '/SystemdService/d' data/org.freedesktop.ConsoleKit.service.in || die
|
||||
|
||||
default
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools libtool git-r3 linux-info pam
|
||||
inherit autotools libtool git-r3 linux-info pam xdg-utils
|
||||
|
||||
MY_PN=ConsoleKit2
|
||||
MY_P=${MY_PN}-${PV}
|
||||
@@ -64,6 +64,8 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
xdg_environment_reset
|
||||
|
||||
sed -i -e '/SystemdService/d' data/org.freedesktop.ConsoleKit.service.in || die
|
||||
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user