diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-06-26 17:21:50 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-06-26 17:21:50 +0000 |
commit | 4580329b61548a3327ac3a0868c8851c43a7deab (patch) | |
tree | b3c86c45400d4f82d749b9a1dbdc66c6df82d980 /sys-process/iotop/iotop-0.2.ebuild | |
parent | Stable on ppc wrt bug 229559 (diff) | |
download | gentoo-2-4580329b61548a3327ac3a0868c8851c43a7deab.tar.gz gentoo-2-4580329b61548a3327ac3a0868c8851c43a7deab.tar.bz2 gentoo-2-4580329b61548a3327ac3a0868c8851c43a7deab.zip |
Also check for CONFIG_TASKSTATS.
(Portage version: 2.1.5.6)
Diffstat (limited to 'sys-process/iotop/iotop-0.2.ebuild')
-rw-r--r-- | sys-process/iotop/iotop-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/iotop/iotop-0.2.ebuild b/sys-process/iotop/iotop-0.2.ebuild index d4238ea082ec..606af5c2e409 100644 --- a/sys-process/iotop/iotop-0.2.ebuild +++ b/sys-process/iotop/iotop-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.2.ebuild,v 1.1 2008/06/26 17:19:20 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.2.ebuild,v 1.2 2008/06/26 17:21:50 dberkholz Exp $ inherit distutils linux-info @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-lang/python-2.5" DEPEND="${RDEPEND}" -CONFIG_CHECK="TASK_IO_ACCOUNTING" +CONFIG_CHECK="TASK_IO_ACCOUNTING TASKSTATS" DOCS="THANKS" src_install() { |