From: Tim Harder Date: Sun, 20 Jan 2019 22:24:38 +0000 (-0600) Subject: dev-util/pkgcheck: don't run pplugincache for all py versions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b346fdf976f7996844b9765fb4c4e7e3cbc78670;p=gentoo.git dev-util/pkgcheck: don't run pplugincache for all py versions Signed-off-by: Tim Harder --- 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 }