summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 24065805c..ffb435238 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1445,7 +1445,9 @@ for x in scanlist:
if not src_uri_error:
# Check that URIs don't reference a server from thirdpartymirrors.
- for uri in portage.flatten(portage.dep.use_reduce(myaux["SRC_URI"], matchall=True)):
+ for uri in portage.flatten(portage.dep.use_reduce( \
+ myaux["SRC_URI"], matchall=True, is_src_uri=True, \
+ allow_src_uri_file_renames=(eapi not in ("0", "1")))):
contains_mirror = False
for mirror in thirdpartymirrors:
if uri.startswith(mirror):