diff options
-rwxr-xr-x | bin/repoman | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman index e86fc5e17..87c57f43e 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1308,6 +1308,9 @@ for x in scanlist: for prof in profiles[arch]: + if prof[1] not in ("stable", "dev"): + continue + profdir = portdir+"/profiles/"+prof[0] if prof[0] in arch_caches: |