diff options
author | 2025-02-22 22:34:12 +0000 | |
---|---|---|
committer | 2025-02-22 22:34:12 +0000 | |
commit | 681439260aa023f0c25a9339b437f8feef8c1159 (patch) | |
tree | 16d8dbc81fdf6b49f48601e925d31f326219fb4c /app-office | |
parent | app-office/libreoffice: filter LTO again (diff) | |
download | gentoo-681439260aa023f0c25a9339b437f8feef8c1159.tar.gz gentoo-681439260aa023f0c25a9339b437f8feef8c1159.tar.bz2 gentoo-681439260aa023f0c25a9339b437f8feef8c1159.zip |
app-office/libreoffice: unkeyword 25.2.1.1
... while I do a bit more work on it.
Bug: https://bugs.gentoo.org/946921
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-25.2.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-25.2.1.1.ebuild b/app-office/libreoffice/libreoffice-25.2.1.1.ebuild index 86f276de0df2..56949e761ee6 100644 --- a/app-office/libreoffice/libreoffice-25.2.1.1.ebuild +++ b/app-office/libreoffice/libreoffice-25.2.1.1.ebuild @@ -86,8 +86,8 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" -[[ ${MY_PV} == *9999* ]] || \ -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux" +#[[ ${MY_PV} == *9999* ]] || \ +#KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux" # Extensions that need extra work: LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher" |