From b346fdf976f7996844b9765fb4c4e7e3cbc78670 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 20 Jan 2019 16:24:38 -0600 Subject: dev-util/pkgcheck: don't run pplugincache for all py versions Signed-off-by: Tim Harder --- dev-util/pkgcheck/pkgcheck-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3-65-gdbad