portage-conf/default: Don't bring in wxpython 2.9.4.1
authorW. Trevor King <wking@tremily.us>
Wed, 20 Mar 2013 16:50:28 +0000 (12:50 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 20 Mar 2013 18:22:10 +0000 (14:22 -0400)
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
portage-conf/default/package.use/wxpython [new file with mode: 0644]

index 083e60592bca0ea150840ed6fa5616442e280638..2a364d20b5830ae84f07708384e53ae49906fe0e 100644 (file)
@@ -1,8 +1,2 @@
 # required by dev-python/matplotlib (argument)
 dev-python/matplotlib ~x86
 # 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 (file)
index 0000000..ba88cdb
--- /dev/null
@@ -0,0 +1,3 @@
+# don't drag in a testing version of wxpython and wxGTK
+dev-python/ipython -wxwidgets
+dev-python/matplotlib -wxwidgets