diff options
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/iotop/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/iotop/iotop-0.4.ebuild | 13 |
2 files changed, 13 insertions, 6 deletions
diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog index a15cebc3b015..4824e313d719 100644 --- a/sys-process/iotop/ChangeLog +++ b/sys-process/iotop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/iotop # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.25 2010/02/09 12:21:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.26 2010/02/15 01:53:06 arfrever Exp $ + + 15 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + iotop-0.4.ebuild: + Set SUPPORT_PYTHON_ABIS. Disable installation for Python 3 (bug #304505). 09 Feb 2010; Pacho Ramos <pacho@gentoo.org> iotop-0.3.2-r1.ebuild: amd64 stable, bug 301259 diff --git a/sys-process/iotop/iotop-0.4.ebuild b/sys-process/iotop/iotop-0.4.ebuild index bf1b205de04c..7edcff92ac15 100644 --- a/sys-process/iotop/iotop-0.4.ebuild +++ b/sys-process/iotop/iotop-0.4.ebuild @@ -1,8 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v 1.1 2010/01/15 23:29:03 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v 1.2 2010/02/15 01:53:06 arfrever Exp $ -EAPI=2 +EAPI="2" +PYTHON_DEPEND="2:2.5" +PYTHON_USE_WITH="ncurses" +SUPPORT_PYTHON_ABIS="1" inherit distutils linux-info @@ -15,9 +18,9 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-linux" IUSE="" -RDEPEND=">=dev-lang/python-2.5[ncurses] - dev-python/setuptools" -DEPEND="${RDEPEND}" +DEPEND="" +RDEPEND="" +RESTRICT_PYTHON_ABIS="2.4 3.*" CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASKSTATS" DOCS="NEWS README THANKS" |