summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-05-17 04:34:13 +0300
committerMichał Górny <mgorny@gentoo.org>2017-05-21 23:03:41 +0200
commit50d7fead2031032d693f66a528878eb7dbe1169c (patch)
tree3c6195e5ee4dc0641a5205031b5c7a05d2561f12 /net-misc/eventd
parentx11-misc/qt5ct: version bump to 0.32 (diff)
downloadgentoo-50d7fead2031032d693f66a528878eb7dbe1169c.tar.gz
gentoo-50d7fead2031032d693f66a528878eb7dbe1169c.tar.bz2
gentoo-50d7fead2031032d693f66a528878eb7dbe1169c.zip
net-misc/eventd: reset XDG env wrt bug 618670
Closes: https://github.com/gentoo/gentoo/pull/4651 Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-misc/eventd')
-rw-r--r--net-misc/eventd/eventd-0.21.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/eventd/eventd-0.21.0.ebuild b/net-misc/eventd/eventd-0.21.0.ebuild
index 94bec10b7951..e367b620f030 100644
--- a/net-misc/eventd/eventd-0.21.0.ebuild
+++ b/net-misc/eventd/eventd-0.21.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit linux-info systemd
+inherit linux-info systemd xdg-utils
DESCRIPTION="A small daemon to act on remote or local events"
HOMEPAGE="https://www.eventd.org/"
@@ -74,6 +74,9 @@ src_prepare() {
sed -i \
-e 's|libspeechd|speech-dispatcher/libspeechd|g' \
plugins/tts/src/tts.c || die
+
+ # Prevent access violations from introspection metadata generation.
+ xdg_environment_reset
}
src_configure() {