diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:27:48 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:27:48 +0000 |
commit | 869145c5bd840a4f9b9d912a2381218407c3a87d (patch) | |
tree | 39ef215e611353384c8aca8ae161d8671693d873 /sys-process/iotop | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-869145c5bd840a4f9b9d912a2381218407c3a87d.tar.gz gentoo-2-869145c5bd840a4f9b9d912a2381218407c3a87d.tar.bz2 gentoo-2-869145c5bd840a4f9b9d912a2381218407c3a87d.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-process/iotop')
-rw-r--r-- | sys-process/iotop/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/iotop/iotop-0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog index a7c038c7aab7..4dd22b052e72 100644 --- a/sys-process/iotop/ChangeLog +++ b/sys-process/iotop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/iotop -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.72 2014/07/23 15:26:50 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.73 2015/04/08 18:27:48 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> iotop-0.6.ebuild: + Drop old Python implementations 23 Jul 2014; Justin Lecher <jlec@gentoo.org> iotop-0.6.ebuild: Add python 3.4 suport and drop 2.6, #506808 diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild index 1f88c7d9c739..30cfd0b3a55c 100644 --- a/sys-process/iotop/iotop-0.6.ebuild +++ b/sys-process/iotop/iotop-0.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.12 2014/07/23 15:26:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.13 2015/04/08 18:27:48 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE="ncurses(+)" inherit distutils-r1 linux-info |