diff options
Diffstat (limited to 'portato/backend/package.py')
-rw-r--r-- | portato/backend/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/package.py b/portato/backend/package.py index f288bef..bcc209a 100644 --- a/portato/backend/package.py +++ b/portato/backend/package.py @@ -94,7 +94,7 @@ class Package (_Package): f = f[1:] removed = True - invf = flags.invert_use_flag(f) + invf = flags.invert_use_flag(f) if f[0] == '-': if invf in i_flags and not (removed and invf in m_flags): |