commit: 86d9ba06f8ad35a844829a127a16f495bc5db8be
Author: ingenarel <ingenarelitems <AT> gmail <DOT> com>
AuthorDate: Tue Jul 22 23:10:32 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Aug 6 19:48:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86d9ba06
app-office/openoffice-bin: fix long line
fixes the following pkgcheck warnings:
app-office/openoffice-bin
ExcessiveLineLength: version 4.1.15: excessive line length (over 120
characters) on line: 93
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com>
app-office/openoffice-bin/openoffice-bin-4.1.15.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-office/openoffice-bin/openoffice-bin-4.1.15.ebuild
b/app-office/openoffice-bin/openoffice-bin-4.1.15.ebuild
index 1edf2c5807..4e78d897a1 100644
--- a/app-office/openoffice-bin/openoffice-bin-4.1.15.ebuild
+++ b/app-office/openoffice-bin/openoffice-bin-4.1.15.ebuild
@@ -90,7 +90,9 @@ src_unpack() {
eprefixify "${T}"/{50-${PN},wrapper.in}
# 'pyuno' is excluded from unpack list to switch off Python2 scripts
support
- for i in base calc core01 core02 core03 core04 core05 core06 core07
draw graphicfilter images impress math ogltrans ooofonts ooolinguistic ure
writer xsltfilter ; do
+ for i in base calc core01 core02 core03 core04 core05 core06 core07
draw graphicfilter images impress math ogltrans\
+ ooofonts ooolinguistic ure writer xsltfilter
+ do
rpm_unpack "./${UP}/${NM}-${i}-${BVER}.${XARCH}.rpm"
done