commit: 49e97b6b6b3606b0652d68128fc07fdd2cb63f47
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 05:41:01 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 05:41:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e97b6b
sys-libs/gwenhywfar: Fix USE="gtk qt5" by Alexandre Ferreira (bug #647578).
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../{gwenhywfar-4.19.0.ebuild => gwenhywfar-4.19.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild
b/sys-libs/gwenhywfar/gwenhywfar-4.19.0-r1.ebuild
similarity index 97%
rename from sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild
rename to sys-libs/gwenhywfar/gwenhywfar-4.19.0-r1.ebuild
index 6883b65fbc3..fd0dfe31ff2 100644
--- a/sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild
+++ b/sys-libs/gwenhywfar/gwenhywfar-4.19.0-r1.ebuild
@@ -91,7 +91,6 @@ src_configure() {
--enable-ssl
$(use_enable debug)
$(use_enable doc full-doc)
- --with-guis="${guis[@]}"
--with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc"
)
use qt5 && myeconfargs+=(
@@ -99,7 +98,8 @@ src_configure() {
--with-qt5-qmake="$(qt5_get_bindir)/qmake"
)
- econf ${myeconfargs[@]}
+ guis_config="--with-guis=${guis[@]}"
+ econf ${myeconfargs[@]} "${guis_config}"
}
src_compile() {