diff options
Diffstat (limited to 'gnome-extra/evolution-data-server/metadata.xml')
-rw-r--r-- | gnome-extra/evolution-data-server/metadata.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnome-extra/evolution-data-server/metadata.xml b/gnome-extra/evolution-data-server/metadata.xml index 3177c37e..b33a2633 100644 --- a/gnome-extra/evolution-data-server/metadata.xml +++ b/gnome-extra/evolution-data-server/metadata.xml @@ -6,9 +6,13 @@ <name>Gentoo GNOME Desktop</name> </maintainer> <use> - <flag name="gnome-online-accounts">Enable using - <pkg>net-libs/gnome-online-accounts</pkg> for authorization</flag> - <flag name="google">Enable support for google authentication, contacts and tasks</flag> + <flag name="berkdb"><pkg>sys-libs/db</pkg> support needed to migrate old (pre-3.13 evolution versions) addressbook data</flag> + <flag name="gnome-online-accounts">Enable <pkg>net-libs/gnome-online-accounts</pkg> based Google authentication support</flag> + <flag name="google">Enable internal Google authentication support. If gnome-online-accounts is enabled and used, this is not necessary, + but both can be supported at the same time with different setup at runtime</flag> + <flag name="oauth">Enable internal OAuth2 authentication support for Google and Outlook.com. + If gnome-online-accounts is enabled and used, this is not necessary, + but both can be supported at the same time with different setup at runtime</flag> <flag name="weather">Enable optional weather calendar support</flag> </use> </pkgmetadata> |