From: Michael Weber Date: Mon, 21 Mar 2016 18:17:03 +0000 (+0100) Subject: dev-util/fatrace: Version bump, fix python pkg_setup (bug 482848, thanks vapier ... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=422a75a3caa98640e29bfc11080ccadfc6bb9969;p=gentoo.git dev-util/fatrace: Version bump, fix python pkg_setup (bug 482848, thanks vapier & mgorny). Package-Manager: portage-2.2.28 --- diff --git a/dev-util/fatrace/fatrace-0.11.ebuild b/dev-util/fatrace/fatrace-0.11.ebuild index fa0f30f7b3d3..a9b362e35a15 100644 --- 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 }