app-text/qpdfview: fix build with bash-5.1

Closes: https://bugs.gentoo.org/762397
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Ionen Wolkens
2020-12-29 05:31:09 -05:00
committed by Sam James
parent 140e2d0f70
commit c19372a283
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ src_configure() {
local myqmakeargs=(
qpdfview.pro
CONFIG+="${myconfig[@]}"
CONFIG+="${myconfig[*]}"
PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
)
eqmake5 "${myqmakeargs[@]}"

View File

@@ -74,7 +74,7 @@ src_configure() {
local myqmakeargs=(
qpdfview.pro
CONFIG+="${myconfig[@]}"
CONFIG+="${myconfig[*]}"
PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
)
eqmake5 "${myqmakeargs[@]}"