summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2019-01-01 20:03:53 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2019-01-01 20:03:53 +0000
commit728a5602418580774d7acdfa38a92aa7bbd0e23f (patch)
tree7660f9834692250a8739206f949243ec4ce00a97 /profiles
parent2019-01-01 19:44:08 UTC (diff)
parentapp-office/calligra: Move stage into CALLIGRA_FEATURES (diff)
downloadgentoo-728a5602418580774d7acdfa38a92aa7bbd0e23f.tar.gz
gentoo-728a5602418580774d7acdfa38a92aa7bbd0e23f.tar.bz2
gentoo-728a5602418580774d7acdfa38a92aa7bbd0e23f.zip
Merge updates from master
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults6
-rw-r--r--profiles/desc/calligra_features.desc3
2 files changed, 5 insertions, 4 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index b957a95fa4fc..b05b09643f78 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -64,11 +64,11 @@ GRUB_PLATFORMS=""
# By default enable all extensions with no dependencies
LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer"
-# Tomáš Chvátal <scarabeus@gentoo.org> (15 May 2011)
# Andreas K. Hüttel <dilfridge@gentoo.org> (19 Aug 2011, 25 Mar 2012)
# Johannes Huber <johu@gentoo.org> (15 Apr 2018)
-# By default build all calligra features.
-CALLIGRA_FEATURES="karbon plan sheets stage words"
+# Andreas Sturmlechner <asturm@gentoo.org> (01 Jan 2019)
+# By default build all calligra features (except unmaintained: stage).
+CALLIGRA_FEATURES="karbon plan sheets words"
# Andreas K. Huettel <dilfridge@gentoo.org> (28 Sep 2010)
# Small default list of enabled plugins for collectd
diff --git a/profiles/desc/calligra_features.desc b/profiles/desc/calligra_features.desc
index 5f6dc2261dbe..2915e518a3b8 100644
--- a/profiles/desc/calligra_features.desc
+++ b/profiles/desc/calligra_features.desc
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation.
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This file contains descriptions of CALLIGRA_FEATURES USE_EXPAND flags.
@@ -7,4 +7,5 @@
karbon - CALLIGRA_FEATURES option to build vector image editor
plan - CALLIGRA_FEATURES option to build project planning component
sheets - CALLIGRA_FEATURES option to build spreadsheet processor
+stage - CALLIGRA_FEATURES option to build presentation processor
words - CALLIGRA_FEATURES option to build word processor