commit:     b0e157b071cb23b348acab3d596b49f66c244808
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 18:28:03 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 18:30:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e157b0

sys-libs/gwenhywfar: Fix build with IUSE="gtk qt5"

Reported-by: Moritz Bechler <mbechler <AT> eenterphace.org>
Closes: https://bugs.gentoo.org/753467
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../gwenhywfar/{gwenhywfar-5.4.1.ebuild => gwenhywfar-5.4.1-r1.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/gwenhywfar/gwenhywfar-5.4.1.ebuild 
b/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild
similarity index 97%
rename from sys-libs/gwenhywfar/gwenhywfar-5.4.1.ebuild
rename to sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild
index 92b566fc5e4..ae18838cacd 100644
--- a/sys-libs/gwenhywfar/gwenhywfar-5.4.1.ebuild
+++ b/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild
@@ -68,7 +68,7 @@ src_configure() {
        local guis=()
        use gtk && guis+=( gtk3 )
        use qt5 && guis+=( qt5 )
-       econf "${myeconfargs[@]}" "--with-guis=${guis[@]}"
+       econf "${myeconfargs[@]}" "--with-guis=${guis[*]}"
 }
 
 src_compile() {

Reply via email to