aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2010-02-02 17:06:55 +0000
committerfuzzyray <fuzzyray@gentoo.org>2010-02-02 17:06:55 +0000
commitcd69677390d7f9fbbbc8ab35009ce378a3c62abb (patch)
tree9448170084166c59b250d407e9339533cc273c16 /pym/gentoolkit/helpers.py
parentCheck for eerror in die() since an invalid option(long) or (diff)
downloadgentoolkit-cd69677390d7f9fbbbc8ab35009ce378a3c62abb.tar.gz
gentoolkit-cd69677390d7f9fbbbc8ab35009ce378a3c62abb.tar.bz2
gentoolkit-cd69677390d7f9fbbbc8ab35009ce378a3c62abb.zip
Merge genscripts revision 191
svn path=/trunk/gentoolkit/; revision=737
Diffstat (limited to 'pym/gentoolkit/helpers.py')
-rw-r--r--pym/gentoolkit/helpers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/gentoolkit/helpers.py b/pym/gentoolkit/helpers.py
index ee3e5bf..1f25666 100644
--- a/pym/gentoolkit/helpers.py
+++ b/pym/gentoolkit/helpers.py
@@ -1,4 +1,4 @@
-# Copyright(c) 2009-2010, Gentoo Foundation
+# Copyright 2009-2010 Gentoo Foundation
#
# Licensed under the GNU General Public License, v2 or higher
#
@@ -114,7 +114,7 @@ class ChangeLog(object):
for entry_set in self.indexed_entries:
i, entry = entry_set
# VersionMatch doesn't store .cp, so we'll force it to match here:
- i.cpv.cp = atom.cpv.cp
+ i.cp = atom.cp
if atom.intersects(i):
result.append(entry)