diff options
author | Michael Weber <xmw@gentoo.org> | 2016-03-21 19:17:03 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-03-21 19:17:03 +0100 |
commit | 422a75a3caa98640e29bfc11080ccadfc6bb9969 (patch) | |
tree | cc939aadce89eccb81511ccf7857e64500dce28c /dev-util | |
parent | dev-util/fatrace: Version bump. (diff) | |
download | gentoo-422a75a3caa98640e29bfc11080ccadfc6bb9969.tar.gz gentoo-422a75a3caa98640e29bfc11080ccadfc6bb9969.tar.bz2 gentoo-422a75a3caa98640e29bfc11080ccadfc6bb9969.zip |
dev-util/fatrace: Version bump, fix python pkg_setup (bug 482848, thanks vapier & mgorny).
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/fatrace/fatrace-0.11.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 } |