commit: 362d6477d058e5fefb212b706d7e25c72d0621ba
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 20 22:21:44 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jan 20 22:24:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362d6477
sys-apps/pkgcore: don't run pplugincache for each py version
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 <AT> gentoo.org>
sys-apps/pkgcore/pkgcore-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild
b/sys-apps/pkgcore/pkgcore-9999.ebuild
index 34a210caba4..0bc10eacfb5 100644
--- a/sys-apps/pkgcore/pkgcore-9999.ebuild
+++ b/sys-apps/pkgcore/pkgcore-9999.ebuild
@@ -53,5 +53,5 @@ python_install_all() {
}
pkg_postinst() {
- python_foreach_impl pplugincache
+ pplugincache
}