diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index 898fbc5e514f..0b19214ca4f3 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -52,5 +52,5 @@ python_install_all() { } pkg_postinst() { - python_foreach_impl pplugincache pkgcheck.plugins + pplugincache pkgcheck.plugins } |