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 AAA381382C5 for ; Wed, 14 Feb 2018 05:41:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89E00E09F2; Wed, 14 Feb 2018 05:41:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 64623E09F2 for ; Wed, 14 Feb 2018 05:41:21 +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 EB345335C0C for ; Wed, 14 Feb 2018 05:41:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DBD4207 for ; Wed, 14 Feb 2018 05:41:18 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1518586861.49e97b6b6b3606b0652d68128fc07fdd2cb63f47.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/gwenhywfar/gwenhywfar-4.19.0-r1.ebuild sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild X-VCS-Directories: sys-libs/gwenhywfar/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 49e97b6b6b3606b0652d68128fc07fdd2cb63f47 X-VCS-Branch: master Date: Wed, 14 Feb 2018 05:41:18 +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-Archives-Salt: 79ff918b-c626-4e66-bfee-25ff50209b1f X-Archives-Hash: 9eeff7d2f5a157511cdb2f1eb71fef97 commit: 49e97b6b6b3606b0652d68128fc07fdd2cb63f47 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Feb 14 05:41:01 2018 +0000 Commit: Jeroen Roovers gentoo 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() {