summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-01-20 16:24:38 -0600
committerTim Harder <radhermit@gentoo.org>2019-01-20 16:24:38 -0600
commitb346fdf976f7996844b9765fb4c4e7e3cbc78670 (patch)
treede7e61e83886aad19e47d3c422c3d9968f4989d9
parentsys-apps/pkgcore: don't run pplugincache for each py version (diff)
downloadgentoo-b346fdf9.tar.gz
gentoo-b346fdf9.tar.bz2
gentoo-b346fdf9.zip
dev-util/pkgcheck: don't run pplugincache for all py versions
Signed-off-by: Tim Harder <radhermit@gentoo.org>
-rw-r--r--dev-util/pkgcheck/pkgcheck-9999.ebuild2
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
}