Entropy/reagent:
- fix packages move/copy from a repo to another git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2411 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -114,7 +114,7 @@ def repositories(options):
|
||||
if "world" not in myopts:
|
||||
# match
|
||||
for package in myopts:
|
||||
match = Entropy.atomMatch(package)
|
||||
match = Entropy.atomMatch(package, matchRepo = [repoid])
|
||||
if (match[1] == repoid):
|
||||
matches.append(match)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user