diff options
author | Sam James <sam@gentoo.org> | 2023-08-21 16:50:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-21 16:51:10 +0100 |
commit | bdb5c1f500f7407fee070cf6dc74653dd675d80a (patch) | |
tree | 49d6144ee334722d08d32d2030e1ebdb6f3b111d /app-office | |
parent | app-office/libreoffice: update skia for 9999, add new frozen (bundled) dep (diff) | |
download | gentoo-bdb5c1f500f7407fee070cf6dc74653dd675d80a.tar.gz gentoo-bdb5c1f500f7407fee070cf6dc74653dd675d80a.tar.bz2 gentoo-bdb5c1f500f7407fee070cf6dc74653dd675d80a.zip |
app-office/libreoffice: firebird is no longer needed for base
See https://gerrit.libreoffice.org/c/core/+/78240/. It's now considered
experimental upstream and is not required for the LO 'Base' functionality.
Bug: https://bugs.documentfoundation.org/show_bug.cgi?id=127180
Closes: https://bugs.gentoo.org/912703
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-7.5.9999.ebuild | 2 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-7.5.9999.ebuild b/app-office/libreoffice/libreoffice-7.5.9999.ebuild index e79d7470ac97..90048ef61fed 100644 --- a/app-office/libreoffice/libreoffice-7.5.9999.ebuild +++ b/app-office/libreoffice/libreoffice-7.5.9999.ebuild @@ -88,7 +88,7 @@ googledrive gstreamer +gtk kde ldap +mariadb odk pdfimport postgres test valgrin $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})" REQUIRED_USE="${PYTHON_REQUIRED_USE} - base? ( firebird java ) + base? ( java ) bluetooth? ( dbus ) libreoffice_extensions_nlpsolver? ( java ) libreoffice_extensions_scripting-beanshell? ( java ) diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 9790fa5595b1..b18f51bf94d8 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -89,7 +89,7 @@ googledrive gstreamer +gtk kde ldap +mariadb odk pdfimport postgres test valgrin $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})" REQUIRED_USE="${PYTHON_REQUIRED_USE} - base? ( firebird java ) + base? ( java ) bluetooth? ( dbus ) libreoffice_extensions_nlpsolver? ( java ) libreoffice_extensions_scripting-beanshell? ( java ) |