__author__ = "Michael Pagano"
__email__ = "mpagano@gentoo.org"
-__version__ = "2.0.9"
+__version__ = "2.0.10"
__productname__ = "portpeek"
__description__ = "Displays user unmasked ebuilds and installable options from the portage tree"
print_output(debug,portage.output.blue("check_tilde_maskd_pkg: current_package is " + str(current_package.cpv) + " and pkgmask is " + str(pkgmask)))
if "package.unmask" in filename:
- if (pkgmask >= 3):
+ if (is_pkg_package_masked(str(current_package.cpv))):
# package was found as masked
- return
+ return
else:
# package is not masked
unmask_list.append(str(current_package.cpv))