commit: 65c3565eaed9ddade3c515a9c12e0d32eb14dedf Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Fri Sep 12 17:22:28 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Fri Sep 12 17:22:28 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=65c3565e
added missing masks --- profiles/package.mask | 10 ++++++++++ profiles/package.use.mask | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index cb09f9e..ca04efb 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,16 @@ #--- END OF EXAMPLES --- +# Christoph Junghans <[email protected]> (12 Sep 2014) +# gcc:4.1 not available on no-multilib, selinux +sci-chemistry/cpmgfit +sci-chemistry/curvefit +sci-chemistry/modelfree + +# Christoph Junghans <[email protected]> (12 Sep 2014) +# due to www-apps/py-swish-e being masked +sci-chemistry/chimera-bin + # Jauhien Piatlicki <[email protected]> (09 Sep 2014) # www-apps/swish-e masked in tree for removal # www-apps/py-swish-e should be masked until diff --git a/profiles/package.use.mask b/profiles/package.use.mask index d309713..f66f9b2 100644 --- a/profiles/package.use.mask +++ b/profiles/package.use.mask @@ -16,6 +16,10 @@ ## =media-video/mplayer-0.90_pre5-r1 foo # +# Christoph Junghans <[email protected]> (12 Sep 2014) +# icc and ifc don't work on no-multilib +sci-biology/estscan icc ifc + # Justin Lecher <[email protected]> (06 Jan 2014) # Missing dep dev-python/scikits-cuda sci-biology/mne-python cuda
