summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-25 03:59:35 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-25 03:59:35 +0000
commit6c6ac86ee1505015bd5f671e4ae6cdad8d7b53c1 (patch)
tree122325584e45e0e748844c12608b8c81c3781cc8 /bin/repoman
parentddfd90ccf7aa26c18c29d8aa82c38f384fe3b9a6 (diff)
downloadportage-6c6ac86ee1505015bd5f671e4ae6cdad8d7b53c1.tar.gz
portage-6c6ac86ee1505015bd5f671e4ae6cdad8d7b53c1.tar.bz2
portage-6c6ac86ee1505015bd5f671e4ae6cdad8d7b53c1.zip
Merge the Atom class and dbapi._iter_match() from trunk r10387 and r10394.
Everything related to USE deps has been omitted for now. svn path=/main/branches/2.1.2/; revision=10403
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index f1735dc42..9f48a1536 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1709,6 +1709,7 @@ for x in scanlist:
is_blocker = atom.startswith("!")
if is_blocker:
atom = token.lstrip("!")
+ atom = portage_dep.Atom(atom)
if mytype == "DEPEND" and \
not is_blocker and \
not inherited_java_eclass and \