From 6c6ac86ee1505015bd5f671e4ae6cdad8d7b53c1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 25 May 2008 03:59:35 +0000 Subject: 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 --- bin/repoman | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/repoman') 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 \ -- cgit v1.2.3-1-g7c22