projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
362d647
)
dev-util/pkgcheck: don't run pplugincache for all py versions
author
Tim Harder
<radhermit@gentoo.org>
Sun, 20 Jan 2019 22:24:38 +0000
(16:24 -0600)
committer
Tim Harder
<radhermit@gentoo.org>
Sun, 20 Jan 2019 22:24:38 +0000
(16:24 -0600)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
dev-util/pkgcheck/pkgcheck-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/pkgcheck/pkgcheck-9999.ebuild
b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 898fbc5e514f4e6a1d3681bbd536f035770b78e2..0b19214ca4f320f88a6d0a31c4112cc4da4bde00 100644
(file)
--- a/
dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/
dev-util/pkgcheck/pkgcheck-9999.ebuild
@@
-52,5
+52,5
@@
python_install_all() {
}
pkg_postinst() {
- p
ython_foreach_impl p
plugincache pkgcheck.plugins
+ pplugincache pkgcheck.plugins
}