diff options
-rw-r--r-- | gnome-extra/evolution-data-server/evolution-data-server-3.20.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.20.5.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.20.5.ebuild index d33f3eeb302c..62e8e182b2d0 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.20.5.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.20.5.ebuild @@ -7,7 +7,7 @@ GNOME2_LA_PUNT="yes" PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) VALA_USE_DEPEND="vapigen" -inherit db-use flag-o-matic gnome2 python-any-r1 vala virtualx +inherit db-use flag-o-matic gnome2 python-any-r1 systemd vala virtualx DESCRIPTION="Evolution groupware backend" HOMEPAGE="https://wiki.gnome.org/Apps/Evolution" @@ -107,6 +107,7 @@ src_configure() { $(use_enable weather) \ --enable-largefile \ --enable-smime \ + --with-systemduserunitdir="$(systemd_get_userunitdir)" \ --without-phonenumber \ --disable-examples \ --disable-uoa |