diff options
author | Michael Weber <xmw@gentoo.org> | 2012-05-23 20:18:21 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-05-23 20:18:21 +0000 |
commit | fc25b75f4d6cce809fd3f97f9b6679e659f7014a (patch) | |
tree | 7625067f1eb34346b74ee00ae7fa23295afe16b3 /dev-util/fatrace | |
parent | Initial import (thanks github.com/lorem-ipsum for the ebuild) (diff) | |
download | gentoo-2-fc25b75f4d6cce809fd3f97f9b6679e659f7014a.tar.gz gentoo-2-fc25b75f4d6cce809fd3f97f9b6679e659f7014a.tar.bz2 gentoo-2-fc25b75f4d6cce809fd3f97f9b6679e659f7014a.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/fatrace')
-rw-r--r-- | dev-util/fatrace/fatrace-0.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/fatrace/fatrace-0.4.ebuild b/dev-util/fatrace/fatrace-0.4.ebuild index 9c0c3ce82f71..70998bfa1602 100644 --- a/dev-util/fatrace/fatrace-0.4.ebuild +++ b/dev-util/fatrace/fatrace-0.4.ebuild @@ -1,10 +1,11 @@ # 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.1 2012/05/23 20:13:44 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/fatrace-0.4.ebuild,v 1.2 2012/05/23 20:18:21 xmw Exp $ EAPI=4 +PYTHON_DEPEND="powertop? *" -inherit toolchain-funcs +inherit linux-info python toolchain-funcs DESCRIPTION="report file access events from all running processes" HOMEPAGE="https://launchpad.net/fatrace" |