From: W. Trevor King Date: Wed, 20 Mar 2013 16:50:28 +0000 (-0400) Subject: portage-conf/default: Don't bring in wxpython 2.9.4.1 X-Git-Url: http://git.tremily.us/?p=catalyst-swc.git;a=commitdiff_plain;h=aea99f2e7c8b798184f5dd92de145cb04eccd90b portage-conf/default: Don't bring in wxpython 2.9.4.1 Limit the number of testing (~x86) packages. I'm not quite sure why wxpython 2.9 is being drawn in, but disabling these use flags seems to fix it. --- diff --git a/portage-conf/default/package.accept_keywords/matplotlib b/portage-conf/default/package.accept_keywords/matplotlib index 083e605..2a364d2 100644 --- a/portage-conf/default/package.accept_keywords/matplotlib +++ b/portage-conf/default/package.accept_keywords/matplotlib @@ -1,8 +1,2 @@ # required by dev-python/matplotlib (argument) dev-python/matplotlib ~x86 - -# required by dev-python/matplotlib-1.2.0-r2[wxwidgets], -# required by dev-python/ipython-0.13.1-r1[matplotlib], -# required by dev-python/sympy-0.7.2[ipython], -# required by dev-python/sympy (argument) -dev-python/wxpython ~x86 diff --git a/portage-conf/default/package.use/wxpython b/portage-conf/default/package.use/wxpython new file mode 100644 index 0000000..ba88cdb --- /dev/null +++ b/portage-conf/default/package.use/wxpython @@ -0,0 +1,3 @@ +# don't drag in a testing version of wxpython and wxGTK +dev-python/ipython -wxwidgets +dev-python/matplotlib -wxwidgets