From aea99f2e7c8b798184f5dd92de145cb04eccd90b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 20 Mar 2013 12:50:28 -0400 Subject: [PATCH] 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. --- portage-conf/default/package.accept_keywords/matplotlib | 6 ------ portage-conf/default/package.use/wxpython | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 portage-conf/default/package.use/wxpython 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 -- 2.26.2