summaryrefslogtreecommitdiff
path: root/app-office/libreoffice/libreoffice-7.1.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/libreoffice/libreoffice-7.1.9999.ebuild')
-rw-r--r--app-office/libreoffice/libreoffice-7.1.9999.ebuild16
1 files changed, 11 insertions, 5 deletions
diff --git a/app-office/libreoffice/libreoffice-7.1.9999.ebuild b/app-office/libreoffice/libreoffice-7.1.9999.ebuild
index cf695c2bff7d..fb1bb2078177 100644
--- a/app-office/libreoffice/libreoffice-7.1.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-7.1.9999.ebuild
@@ -214,7 +214,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
dev-libs/gobject-introspection
gnome-base/dconf
media-libs/mesa[egl]
- x11-libs/gtk+:3
+ x11-libs/gtk+:3[X]
x11-libs/pango
)
kde? (
@@ -307,10 +307,16 @@ _check_reqs() {
}
pkg_pretend() {
- use base ||
- ewarn "If you plan to use Base application you must enable USE base."
- use java ||
- ewarn "Without USE java, several wizards are not going to be available."
+ if use x86; then
+ elog "Unfortunately for packaging reasons on x86, various Java-based wizards,"
+ elog "most notably Report Builder in LibreOffice Base, will not be available."
+ elog "See also: https://bugs.gentoo.org/785640"
+ else
+ use base ||
+ ewarn "If you plan to use Base application you must enable USE base."
+ use java ||
+ ewarn "Without USE java, several wizards are not going to be available."
+ fi
[[ ${MERGE_TYPE} != binary ]] && _check_reqs pkg_pretend
}