projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6458271
)
dev-util/fatrace: Version bump, fix python pkg_setup (bug 482848, thanks vapier ...
author
Michael Weber
<xmw@gentoo.org>
Mon, 21 Mar 2016 18:17:03 +0000
(19:17 +0100)
committer
Michael Weber
<xmw@gentoo.org>
Mon, 21 Mar 2016 18:17:03 +0000
(19:17 +0100)
Package-Manager: portage-2.2.28
dev-util/fatrace/fatrace-0.11.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/fatrace/fatrace-0.11.ebuild
b/dev-util/fatrace/fatrace-0.11.ebuild
index fa0f30f7b3d3f73e277969c2951423a6fec9b573..a9b362e35a153b961f031091f1885bf43052de3e 100644
(file)
--- a/
dev-util/fatrace/fatrace-0.11.ebuild
+++ b/
dev-util/fatrace/fatrace-0.11.ebuild
@@
-23,6
+23,10
@@
REQUIRED_USE="powertop? ( ${PYTHON_REQUIRED_USE} )"
CONFIG_CHECK="~FANOTIFY"
+pkg_setup() {
+ use powertop && python-single-r1_pkg_setup
+}
+
src_prepare() {
tc-export CC
}