commit: bf2e309e49ae80d895d65984a0cfc2b40ba464b6 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun Apr 15 08:49:29 2018 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Apr 15 09:09:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2e309e
profiles: Cleanup calligra features Reported-by: ta2002 <throw_away_2002 <AT> yahoo.com> Closes: https://bugs.gentoo.org/652882 profiles/base/make.defaults | 5 +++-- profiles/desc/calligra_experimental_features.desc | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 799b0d1a90b..bd038bebf16 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -46,8 +46,9 @@ LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" # Tomáš Chvátal <[email protected]> (15 May 2011) # Andreas K. Hüttel <[email protected]> (19 Aug 2011, 25 Mar 2012) -# By default build all koffice / calligra features. -CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" +# Johannes Huber <[email protected]> (15 Apr 2018) +# By default build all calligra features. +CALLIGRA_FEATURES="karbon plan sheets stage words" # Andreas K. Huettel <[email protected]> (28 Sep 2010) # Small default list of enabled plugins for collectd diff --git a/profiles/desc/calligra_experimental_features.desc b/profiles/desc/calligra_experimental_features.desc index 484125d16be..eca3e40cdde 100644 --- a/profiles/desc/calligra_experimental_features.desc +++ b/profiles/desc/calligra_experimental_features.desc @@ -4,5 +4,4 @@ # This file contains descriptions of CALLIGRA_EXPERIMENTAL_FEATURES USE_EXPAND flags. # Keep it sorted. -braindump - CALLIGRA_EXPERIMENTAL_FEATURES option to build mindmap note collection application stage - CALLIGRA_EXPERIMENTAL_FEATURES option to build presentation processor
