=== modified file 'britney.py'
--- britney.py 2016-03-01 12:35:23 +0000
+++ britney.py 2016-03-02 10:37:51 +0000
@@ -1144,7 +1144,7 @@
# (if present)
if (op == '' and version == '') or apt_pkg.check_dep(package[VERSION], op, version):
if archqual is None or (archqual == 'any' and package[MULTIARCH] == 'allowed'):
- if allowed_component(component, package[COMPONENT]):
+ if self.options.adt_ppas or allowed_component(component, package[COMPONENT]):
packages.append(name)
# look for the package in the virtual packages list and loop on them