projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4ab13
)
Remove unused conditional_disabled and conditional_enabled attributes from
author
Zac Medico
<zmedico@gentoo.org>
Fri, 31 Oct 2008 04:26:06 +0000
(
04:26
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 31 Oct 2008 04:26:06 +0000
(
04:26
-0000)
_use_dep.__slots__.
svn path=/main/trunk/; revision=11761
pym/portage/dep.py
patch
|
blob
|
history
diff --git
a/pym/portage/dep.py
b/pym/portage/dep.py
index b36a6bf5a0eafb7b340ff97eebbe5d4962ba29b1..a6e67c3ee07a66cbeed46585c641c424dfba8af8 100644
(file)
--- a/
pym/portage/dep.py
+++ b/
pym/portage/dep.py
@@
-341,8
+341,8
@@
def dep_opconvert(deplist):
class _use_dep(object):
- __slots__ = ("__weakref__", "conditional",
"conditional_disabled",
- "
conditional_enabled", "
disabled", "enabled", "tokens", "required")
+ __slots__ = ("__weakref__", "conditional",
+ "disabled", "enabled", "tokens", "required")
_conditionals_class = portage.cache.mappings.slot_dict_class(
("disabled", "enabled", "equal", "not_equal"), prefix="")