diff options
author | 2023-04-16 10:02:45 -0700 | |
---|---|---|
committer | 2023-04-26 04:47:04 +0100 | |
commit | d6c3df04b26e98cbd9ebb5baacd9c7bd668c4fcc (patch) | |
tree | 1911171080bc604a6fc1436987d5208947f26033 /app-office/libreoffice/libreoffice-9999.ebuild | |
parent | net-vpn/tor: Add upstream libressl patch (diff) | |
download | gentoo-d6c3df04b26e98cbd9ebb5baacd9c7bd668c4fcc.tar.gz gentoo-d6c3df04b26e98cbd9ebb5baacd9c7bd668c4fcc.tar.bz2 gentoo-d6c3df04b26e98cbd9ebb5baacd9c7bd668c4fcc.zip |
app-office/libreoffice: Don't require X for dbus
It doesn't seem to be required anymore with LibreOffice.
Bug: https://bugs.gentoo.org/726446
Signed-off-by: orbea <orbea@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/30620
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office/libreoffice/libreoffice-9999.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 2d2b44bdb227..3f227c0a320f 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -179,7 +179,7 @@ COMMON_DEPEND="${PYTHON_DEPS} ) coinmp? ( sci-libs/coinor-mp ) cups? ( net-print/cups ) - dbus? ( sys-apps/dbus[X] ) + dbus? ( sys-apps/dbus ) eds? ( dev-libs/glib:2 gnome-base/dconf |