diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-11 19:28:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-11 19:30:06 +0100 |
commit | b0e157b071cb23b348acab3d596b49f66c244808 (patch) | |
tree | eff26e2301031f9e601d2cf9a9b2193d62cd6dfb /sys-libs/gwenhywfar | |
parent | profiles: plasma: Enable media-libs/opencv[contrib,contribdnn] for digikam (diff) | |
download | gentoo-b0e157b071cb23b348acab3d596b49f66c244808.tar.gz gentoo-b0e157b071cb23b348acab3d596b49f66c244808.tar.bz2 gentoo-b0e157b071cb23b348acab3d596b49f66c244808.zip |
sys-libs/gwenhywfar: Fix build with IUSE="gtk qt5"
Reported-by: Moritz Bechler <mbechler@eenterphace.org>
Closes: https://bugs.gentoo.org/753467
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/gwenhywfar')
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild (renamed from sys-libs/gwenhywfar/gwenhywfar-5.4.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/gwenhywfar/gwenhywfar-5.4.1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild index 92b566fc5e44..ae18838cacd4 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() { |