diff options
author | Jay Faulkner <jay@jvf.cc> | 2022-05-06 18:51:40 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-06 20:01:09 -0700 |
commit | 79664f921b9359bf12864341b8136727c8a563cd (patch) | |
tree | ef260090710a6e3bacb45ed98a949c444bac7ec8 /gnome-extra | |
parent | gnome-extra/gnome-shell-extensions: Version bump to 42.1 (diff) | |
download | gentoo-79664f921b9359bf12864341b8136727c8a563cd.tar.gz gentoo-79664f921b9359bf12864341b8136727c8a563cd.tar.bz2 gentoo-79664f921b9359bf12864341b8136727c8a563cd.zip |
gnome-extra/evolution-ews: add optfeature for oauth
Support for oauth is needed for an extremely common use
case (office365) and is currently an undocumented
optional dependency.
Closes: https://github.com/gentoo/gentoo/pull/25362
Signed-off-by: Jay Faulkner <jay@jvf.cc>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/evolution-ews/evolution-ews-3.44.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnome-extra/evolution-ews/evolution-ews-3.44.1.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.44.1.ebuild index 4f5c552f73d3..478c6401b9f3 100644 --- a/gnome-extra/evolution-ews/evolution-ews-3.44.1.ebuild +++ b/gnome-extra/evolution-ews/evolution-ews-3.44.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake gnome2 +inherit cmake gnome2 optfeature DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services" HOMEPAGE="https://wiki.gnome.org/Apps/Evolution" @@ -66,3 +66,7 @@ src_test() { src_install() { cmake_src_install } + +pkg_postinst() { + optfeature "oauth support" gnome-extra/evolution-data-server[oauth] +} |