projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8b19ce
)
sys-apps/pkgcore: don't run pplugincache for each py version
author
Tim Harder
<radhermit@gentoo.org>
Sun, 20 Jan 2019 22:21:44 +0000
(16:21 -0600)
committer
Tim 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
patch
|
blob
|
history
diff --git
a/sys-apps/pkgcore/pkgcore-9999.ebuild
b/sys-apps/pkgcore/pkgcore-9999.ebuild
index 34a210caba470ca0c0f0ee5fbbef7dcd8cc3cee3..0bc10eacfb55979d69adb08f33097d091a68c073 100644
(file)
--- a/
sys-apps/pkgcore/pkgcore-9999.ebuild
+++ b/
sys-apps/pkgcore/pkgcore-9999.ebuild
@@
-53,5
+53,5
@@
python_install_all() {
}
pkg_postinst() {
- p
ython_foreach_impl p
plugincache
+ pplugincache
}