From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9FC201382C5 for ; Sun, 10 Jan 2021 18:39:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF59FE0A9C; Sun, 10 Jan 2021 18:39:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7A07E0A9C for ; Sun, 10 Jan 2021 18:39:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1938341070 for ; Sun, 10 Jan 2021 18:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 951443A6 for ; Sun, 10 Jan 2021 18:39:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610303905.c19372a283f49698a80187d32d92634a84b75244.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/qpdfview/qpdfview-0.4.18.ebuild app-text/qpdfview/qpdfview-0.4.18_p1.ebuild X-VCS-Directories: app-text/qpdfview/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c19372a283f49698a80187d32d92634a84b75244 X-VCS-Branch: master Date: Sun, 10 Jan 2021 18:39:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d8f11b3a-45d5-411d-8507-21cca43209d4 X-Archives-Hash: e1dd4f49d7801c8258492d19e21d6e10 commit: c19372a283f49698a80187d32d92634a84b75244 Author: Ionen Wolkens gmail com> AuthorDate: Tue Dec 29 10:31:09 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 10 18:38:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19372a2 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 gmail.com> Signed-off-by: Sam James gentoo.org> app-text/qpdfview/qpdfview-0.4.18.ebuild | 2 +- app-text/qpdfview/qpdfview-0.4.18_p1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/qpdfview/qpdfview-0.4.18.ebuild b/app-text/qpdfview/qpdfview-0.4.18.ebuild index de52c7c7b92..4b30af5a4a6 100644 --- a/app-text/qpdfview/qpdfview-0.4.18.ebuild +++ b/app-text/qpdfview/qpdfview-0.4.18.ebuild @@ -75,7 +75,7 @@ src_configure() { local myqmakeargs=( qpdfview.pro - CONFIG+="${myconfig[@]}" + CONFIG+="${myconfig[*]}" PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}" ) eqmake5 "${myqmakeargs[@]}" diff --git a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild index e7a36da831a..7587ade6b21 100644 --- a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild +++ b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild @@ -74,7 +74,7 @@ src_configure() { local myqmakeargs=( qpdfview.pro - CONFIG+="${myconfig[@]}" + CONFIG+="${myconfig[*]}" PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}" ) eqmake5 "${myqmakeargs[@]}"