diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2005-09-09 16:48:54 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2005-09-09 16:48:54 +0000 |
| commit | f8f778e428869bbaedcc8879f97157e02fcfd37f (patch) | |
| tree | 4766123fa416cbf769465fea7b3f66056af96ca7 /trunk | |
| parent | 3c376cbce9cca4e1a5384c41432ba5fd150c2b12 (diff) | |
| download | gentoolkit-f8f778e428869bbaedcc8879f97157e02fcfd37f.tar.gz | |
Fix incompatability with portage 2.0.52. bug# 105382
svn path=/; revision=231
Diffstat (limited to 'trunk')
| -rw-r--r-- | trunk/src/eclean/eclean | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/trunk/src/eclean/eclean b/trunk/src/eclean/eclean index eb56165..0b0b6ce 100644 --- a/trunk/src/eclean/eclean +++ b/trunk/src/eclean/eclean @@ -26,11 +26,7 @@ sys.path.insert(0,'/usr/lib/portage/pym') import portage from output import * -# Ignominous CVS / non-CVS compatibility hacks: -if portage.VERSION[:6] == '2.0.51': listdir = portage.listdir -# else, assume it's a reasonably recent CVS (or future 2.1) -else: from portage_file import listdir - +listdir = portage.listdir ############################################################################### # Misc. shortcuts to some portage stuff: |
