From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CBEE215806E for ; Sun, 28 May 2023 08:44:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF21CE081A; Sun, 28 May 2023 08:44:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D40CEE081A for ; Sun, 28 May 2023 08:44:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19309340FFF for ; Sun, 28 May 2023 08:44:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FF10A58 for ; Sun, 28 May 2023 08:44:53 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1685263444.35f3f601dd3e2983c8c3c270463282117c573c70.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/sushi/sushi-43.0.ebuild X-VCS-Directories: gnome-extra/sushi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 35f3f601dd3e2983c8c3c270463282117c573c70 X-VCS-Branch: master Date: Sun, 28 May 2023 08:44:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0757dc7a-dea1-4943-aa52-6f975f108dcf X-Archives-Hash: b73da0cdf8266d38a0d6469c8d052b10 commit: 35f3f601dd3e2983c8c3c270463282117c573c70 Author: Pacho Ramos gentoo org> AuthorDate: Sun May 28 08:44:04 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun May 28 08:44:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f3f601 gnome-extra/sushi: libreoffice-bin can also be used for previews Closes: https://bugs.gentoo.org/907273 Signed-off-by: Pacho Ramos gentoo.org> gnome-extra/sushi/sushi-43.0.ebuild | 4 ++-- 1 file 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 }