diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-06-19 16:15:20 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-06-19 16:15:20 +0000 |
commit | 135b02cdf7df5b6123d0e0d852be2923090fdd30 (patch) | |
tree | c058c4d1fd363926c574c71956082d7a4f3cb426 | |
parent | Add virtual for Switch (diff) | |
download | gentoo-2-135b02cdf7df5b6123d0e0d852be2923090fdd30.tar.gz gentoo-2-135b02cdf7df5b6123d0e0d852be2923090fdd30.tar.bz2 gentoo-2-135b02cdf7df5b6123d0e0d852be2923090fdd30.zip |
sparc stable wrt #365337
(Portage version: 2.1.10.3/cvs/Linux ia64)
-rw-r--r-- | sys-process/iotop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/iotop/iotop-0.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog index 3fd417b5eeff..89121413a7f4 100644 --- a/sys-process/iotop/ChangeLog +++ b/sys-process/iotop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/iotop # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.52 2011/05/28 13:44:41 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.53 2011/06/19 16:15:20 armin76 Exp $ + + 19 Jun 2011; Raúl Porcel <armin76@gentoo.org> iotop-0.4.3.ebuild: + sparc stable wrt #365337 28 May 2011; Brent Baude <ranger@gentoo.org> iotop-0.4.3.ebuild: Marking iotop-0.4.3 ppc for bug 365337 diff --git a/sys-process/iotop/iotop-0.4.3.ebuild b/sys-process/iotop/iotop-0.4.3.ebuild index 5780c722ab95..7add084ed00b 100644 --- a/sys-process/iotop/iotop-0.4.3.ebuild +++ b/sys-process/iotop/iotop-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.3.ebuild,v 1.6 2011/05/28 13:44:41 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.3.ebuild,v 1.7 2011/06/19 16:15:20 armin76 Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -16,7 +16,7 @@ SRC_URI="http://guichaz.free.fr/iotop//files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm hppa ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm hppa ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" |