diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-01-20 16:24:38 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-01-20 16:24:38 -0600 |
commit | b346fdf976f7996844b9765fb4c4e7e3cbc78670 (patch) | |
tree | de7e61e83886aad19e47d3c422c3d9968f4989d9 /dev-util/pkgcheck | |
parent | sys-apps/pkgcore: don't run pplugincache for each py version (diff) | |
download | gentoo-b346fdf976f7996844b9765fb4c4e7e3cbc78670.tar.gz gentoo-b346fdf976f7996844b9765fb4c4e7e3cbc78670.tar.bz2 gentoo-b346fdf976f7996844b9765fb4c4e7e3cbc78670.zip |
dev-util/pkgcheck: don't run pplugincache for all py versions
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'dev-util/pkgcheck')
-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 } |