diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-05-28 10:44:04 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-05-28 10:44:04 +0200 |
commit | 35f3f601dd3e2983c8c3c270463282117c573c70 (patch) | |
tree | 8ca017d8c1063a2c6b94f8e651d805064b08132d /gnome-extra | |
parent | games-util/cartridges: new package; add 1.5.4 (diff) | |
download | gentoo-35f3f601dd3e2983c8c3c270463282117c573c70.tar.gz gentoo-35f3f601dd3e2983c8c3c270463282117c573c70.tar.bz2 gentoo-35f3f601dd3e2983c8c3c270463282117c573c70.zip |
gnome-extra/sushi: libreoffice-bin can also be used for previews
Closes: https://bugs.gentoo.org/907273
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/sushi/sushi-43.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/sushi/sushi-43.0.ebuild b/gnome-extra/sushi/sushi-43.0.ebuild index 764860e2be95..200786e28e3a 100644 --- a/gnome-extra/sushi/sushi-43.0.ebuild +++ b/gnome-extra/sushi/sushi-43.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -52,5 +52,5 @@ src_compile() { } pkg_postinst() { - optfeature "Support viewing file formats such as generated by LibreOffice" app-office/libreoffice + optfeature "Support viewing file formats such as generated by LibreOffice" app-office/libreoffice app-office/libreoffice-bin } |