From a86cd8e23dfda87ff87625464ed23cd75566237f Mon Sep 17 00:00:00 2001 From: Sebastian Luther Date: Tue, 10 Aug 2010 22:45:31 +0200 Subject: portage.dep.use_reduce: pass is_src_uri when needed Remove the now unneded _src_uri_validate. --- bin/repoman | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin') 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): -- cgit v1.2.3-1-g7c22