summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-05-23 20:20:37 +0000
committerMichael Weber <xmw@gentoo.org>2012-05-23 20:20:37 +0000
commit6d56ab341e9293c820979a798a0ce4004e07981b (patch)
treea96b450216a0da6ed654f11892483fba82e79f6f /dev-util
parentInitial import (thanks github.com/lorem-ipsum for the ebuild) (diff)
downloadgentoo-2-6d56ab341e9293c820979a798a0ce4004e07981b.tar.gz
gentoo-2-6d56ab341e9293c820979a798a0ce4004e07981b.tar.bz2
gentoo-2-6d56ab341e9293c820979a798a0ce4004e07981b.zip
Initial import (thanks github.com/lorem-ipsum for the ebuild)
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/fatrace/fatrace-0.4.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-util/fatrace/fatrace-0.4.ebuild b/dev-util/fatrace/fatrace-0.4.ebuild
index 70998bfa1602..d5c80571757a 100644
--- a/dev-util/fatrace/fatrace-0.4.ebuild
+++ b/dev-util/fatrace/fatrace-0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/fatrace-0.4.ebuild,v 1.2 2012/05/23 20:18:21 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/fatrace-0.4.ebuild,v 1.3 2012/05/23 20:20:37 xmw Exp $
EAPI=4
PYTHON_DEPEND="powertop? *"
@@ -19,7 +19,12 @@ IUSE="powertop"
RDEPEND="powertop? ( =sys-power/powertop-1.13 )"
DEPEND=""
-CONFIG_CHECK="FANOTIFY"
+CONFIG_CHECK="~FANOTIFY"
+
+pkg_setup() {
+ linux-info_pkg_setup
+ python_pkg_setup
+}
src_prepare() {
if use powertop ; then