diff options
author | 2014-05-13 04:09:08 +0000 | |
---|---|---|
committer | 2014-05-13 04:09:08 +0000 | |
commit | c2d5685a6d87e6d175609fd8f649c4fd3d673005 (patch) | |
tree | 0d2c8cf65cc19c556cff6afd1ba1714498ed5254 /sys-process | |
parent | tidy, correction to REQUIRED_USE (diff) | |
download | gentoo-2-c2d5685a6d87e6d175609fd8f649c4fd3d673005.tar.gz gentoo-2-c2d5685a6d87e6d175609fd8f649c4fd3d673005.tar.bz2 gentoo-2-c2d5685a6d87e6d175609fd8f649c4fd3d673005.zip |
Drop pypy support due to bug 465546.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/iotop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/iotop/iotop-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog index b7d96b7d00a0..fdf119a72901 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.70 2014/03/31 21:22:20 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.71 2014/05/13 04:09:08 floppym Exp $ + + 13 May 2014; Mike Gilbert <floppym@gentoo.org> iotop-0.6.ebuild: + Drop pypy support due to bug 465546. 31 Mar 2014; Michał Górny <mgorny@gentoo.org> iotop-0.6.ebuild: Add support for the new PyPy slotting. diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild index d87d90f52bff..6dcd15b87743 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 # 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.10 2014/03/31 21:22:20 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.11 2014/05/13 04:09:08 floppym Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) PYTHON_REQ_USE="ncurses(+)" inherit distutils-r1 linux-info |