sys-auth/consolekit: reset xdg environment (bug 621040)

Package-Manager: Portage-2.3.5, Repoman-2.3.1
This commit is contained in:
Jason Zaman
2017-06-12 22:49:42 +08:00
parent 67988f7a82
commit e72fcb2fc9
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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