sys-apps/pkgcore: don't run pplugincache for each py version
authorTim Harder <radhermit@gentoo.org>
Sun, 20 Jan 2019 22:21:44 +0000 (16:21 -0600)
committerTim Harder <radhermit@gentoo.org>
Sun, 20 Jan 2019 22:24:07 +0000 (16:24 -0600)
The cache dir for pkgcore has been moved from the pkgcore.plugins module
dir to /var/cache/pkgcore (or ~/.cache/pkgcore for regular users) so it
only needs to be generated once.

Signed-off-by: Tim Harder <radhermit@gentoo.org>
sys-apps/pkgcore/pkgcore-9999.ebuild

index 34a210caba470ca0c0f0ee5fbbef7dcd8cc3cee3..0bc10eacfb55979d69adb08f33097d091a68c073 100644 (file)
@@ -53,5 +53,5 @@ python_install_all() {
 }
 
 pkg_postinst() {
-       python_foreach_impl pplugincache
+       pplugincache
 }