From: Alexander Tsoy Date: Mon, 18 Jun 2018 18:16:16 +0000 (+0300) Subject: net-p2p/amule: switch to setup-wxwidgets() X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e468f4514cb7d5ebdd3fa6374cb33386cbbb7eb3;p=gentoo.git net-p2p/amule: switch to setup-wxwidgets() --- diff --git a/net-p2p/amule/amule-2.3.2-r2.ebuild b/net-p2p/amule/amule-2.3.2-r2.ebuild index cdf1f021c6c0..e219e45a08b0 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