Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/
Date: Wed, 14 Feb 2018 05:41:23
Message-Id: 1518586861.49e97b6b6b3606b0652d68128fc07fdd2cb63f47.jer@gentoo
1 commit: 49e97b6b6b3606b0652d68128fc07fdd2cb63f47
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 14 05:41:01 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 14 05:41:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e97b6b
7
8 sys-libs/gwenhywfar: Fix USE="gtk qt5" by Alexandre Ferreira (bug #647578).
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 .../{gwenhywfar-4.19.0.ebuild => gwenhywfar-4.19.0-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.19.0-r1.ebuild
16 similarity index 97%
17 rename from sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild
18 rename to sys-libs/gwenhywfar/gwenhywfar-4.19.0-r1.ebuild
19 index 6883b65fbc3..fd0dfe31ff2 100644
20 --- a/sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild
21 +++ b/sys-libs/gwenhywfar/gwenhywfar-4.19.0-r1.ebuild
22 @@ -91,7 +91,6 @@ src_configure() {
23 --enable-ssl
24 $(use_enable debug)
25 $(use_enable doc full-doc)
26 - --with-guis="${guis[@]}"
27 --with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc"
28 )
29 use qt5 && myeconfargs+=(
30 @@ -99,7 +98,8 @@ src_configure() {
31 --with-qt5-qmake="$(qt5_get_bindir)/qmake"
32 )
33
34 - econf ${myeconfargs[@]}
35 + guis_config="--with-guis=${guis[@]}"
36 + econf ${myeconfargs[@]} "${guis_config}"
37 }
38
39 src_compile() {