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 8BDDD138334 for ; Fri, 22 Jun 2018 22:17:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 553ADE088F; Fri, 22 Jun 2018 22:17:42 +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 29571E088F for ; Fri, 22 Jun 2018 22:17:42 +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 0D190335CA1 for ; Fri, 22 Jun 2018 22:17:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D733E30E for ; Fri, 22 Jun 2018 22:17:36 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1529705834.e468f4514cb7d5ebdd3fa6374cb33386cbbb7eb3.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/amule/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/amule/amule-2.3.2-r2.ebuild X-VCS-Directories: net-p2p/amule/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e468f4514cb7d5ebdd3fa6374cb33386cbbb7eb3 X-VCS-Branch: master Date: Fri, 22 Jun 2018 22:17:36 +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: dc29887d-ac8d-4981-8d95-95ffdb60d348 X-Archives-Hash: ce43ea1a73326bf1d5c308f5bf9580e8 commit: e468f4514cb7d5ebdd3fa6374cb33386cbbb7eb3 Author: Alexander Tsoy tsoy me> AuthorDate: Mon Jun 18 18:16:16 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Jun 22 22:17:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e468f451 net-p2p/amule: switch to setup-wxwidgets() net-p2p/amule/amule-2.3.2-r2.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/net-p2p/amule/amule-2.3.2-r2.ebuild b/net-p2p/amule/amule-2.3.2-r2.ebuild index cdf1f021c6c..e219e45a08b 100644 --- a/net-p2p/amule/amule-2.3.2-r2.ebuild +++ b/net-p2p/amule/amule-2.3.2-r2.ebuild @@ -41,6 +41,8 @@ pkg_setup() { einfo "to compile aMule Statistics GUI." einfo "I will now compile console versions only." fi + + setup-wxwidgets } pkg_preinst() { @@ -53,14 +55,6 @@ pkg_preinst() { src_configure() { local myconf - if use X; then - einfo "wxGTK with X support will be used" - need-wxwidgets unicode - else - einfo "wxGTK without X support will be used" - need-wxwidgets base-unicode - fi - if use X; then use stats && myconf="${myconf} --enable-wxcas