summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-05-18 12:27:15 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-05-18 12:27:15 +0200
commit6e33bd8b7b3215d51f0b14e30d911620f717d68d (patch)
treec37d803000841f55309ca6e28ff41d9df674184e
parent097596ba718d0120257ecfcc4694c071bd692e39 (diff)
downloadportato-6e33bd8b7b3215d51f0b14e30d911620f717d68d.tar.gz
portato-6e33bd8b7b3215d51f0b14e30d911620f717d68d.tar.bz2
portato-6e33bd8b7b3215d51f0b14e30d911620f717d68d.zip
Fix
-rw-r--r--portato/backend/portage/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/portage/package.py b/portato/backend/portage/package.py
index 7568da0..0f4dffe 100644
--- a/portato/backend/portage/package.py
+++ b/portato/backend/portage/package.py
@@ -117,7 +117,7 @@ class PortagePackage (Package):
def is_masked (self, use_changed = True):
# things with bad EAPI are _always_ masked
- if self.status.startswith("EAPI"): return True
+ if any(x.startswith("EAPI") for x in self._status): return True
if use_changed:
status = flags.new_masking_status(self.get_cpv())
.git/commit/portato/gui/gtk/wrapper.py?h=v0.13&id=27fcaa18fbcca7ee1292c299239f0cb047412beb&follow=1'>some translation fixes :)necoro2-0/+3 2007-08-05some translation fixes :)necoro1-1/+1 2007-08-05some translation fixes :)necoro7-358/+357 2007-08-05pocompile testnecoro1-2/+2 2007-08-05pocompile testnecoro1-2/+3 2007-08-05pocompile testnecoro1-1/+6 2007-08-05i18n support and german translationsnecoro3-3/+11 2007-08-05i18n support and german translationsnecoro19-87/+1391 2007-08-04added an uncaught exception dialognecoro2-2/+1 2007-08-04added an uncaught exception dialognecoro4-3/+93 2007-08-04bugfixesnecoro3-5/+20 2007-08-01Removed "(GTK)" from desktop filenecoro1-1/+1 2007-07-30updatesnecoro1-1/+1 2007-07-30updatesnecoro2-21/+64 2007-07-28some more pause emerge itemsnecoro5-276/+423 2007-07-27changed design / added linknecoro3-66/+154 2007-07-26changed design / added linknecoro2-34/+27 2007-07-25changed design / added linknecoro5-86/+188 2007-07-24made the resume_loop-plugin change titles toonecoro5-7/+22 2007-07-21added logviewersnecoro7-215/+429 2007-07-21updated howtonecoro1-14/+24 2007-07-20new Plugin Schemenecoro1-5/+4 2007-07-20new Plugin Schemenecoro1-1/+1 2007-07-20new Plugin Schemenecoro9-162/+214 2007-07-13fixesnecoro4-27/+37 2007-07-13new fancier log outputnecoro14-127/+116 2007-07-11added SIGSTOP/SIGCONT support; SIGTERM now works ;)necoro8-208/+275 2007-07-09bug in shutdown pluginnecoro2-5/+12 2007-07-09added resume_loop pluginnecoro1-1/+1 2007-07-09added resume_loop pluginnecoro10-22/+162 2007-07-07some more documentationnecoro6-4/+108 2007-07-07Some documentation worknecoro7-18/+129