diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-10 11:13:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-10 11:14:43 +0100 |
commit | 6c5fcfb226997fd59c79c25f7a03054587269b1e (patch) | |
tree | c8607091edfa9ba1b73bf38d9640198f8f962a0f | |
parent | dev-db/mariadb: Stabilize 10.5.18 ppc64, #891273 (diff) | |
download | gentoo-6c5fcfb226997fd59c79c25f7a03054587269b1e.tar.gz gentoo-6c5fcfb226997fd59c79c25f7a03054587269b1e.tar.bz2 gentoo-6c5fcfb226997fd59c79c25f7a03054587269b1e.zip |
app-office/libreoffice: Restore 7.4.6.2 keywords
Bug: https://bugs.gentoo.org/894400
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | app-office/libreoffice/libreoffice-7.4.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-7.4.6.2.ebuild b/app-office/libreoffice/libreoffice-7.4.6.2.ebuild index 39f77fa5d894..5a5213d51cf9 100644 --- a/app-office/libreoffice/libreoffice-7.4.6.2.ebuild +++ b/app-office/libreoffice/libreoffice-7.4.6.2.ebuild @@ -82,8 +82,8 @@ unset ADDONS_SRC LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" -#[[ ${MY_PV} == *9999* ]] || \ -#KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux" +[[ ${MY_PV} == *9999* ]] || \ +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux" # Extensions that need extra work: LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher" |