mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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@wt.gd> Signed-off-by: ingenarel <ingenarelitems@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user