diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-24 18:43:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-24 18:43:16 +0000 |
commit | 2637eeea5f6f77ad6fb23e5d0f3c49b4d7219114 (patch) | |
tree | 47e3c6959885a1682d9f3cd4cad4b42a9fca472a /sys-process/iotop | |
parent | Version bump. (diff) | |
download | gentoo-2-2637eeea5f6f77ad6fb23e5d0f3c49b4d7219114.tar.gz gentoo-2-2637eeea5f6f77ad6fb23e5d0f3c49b4d7219114.tar.bz2 gentoo-2-2637eeea5f6f77ad6fb23e5d0f3c49b4d7219114.zip |
Stable for amd64, wrt bug #477740
(Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-process/iotop')
-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 83aa712ed5c1..f924f8f50242 100644 --- a/sys-process/iotop/ChangeLog +++ b/sys-process/iotop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/iotop # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.64 2013/07/23 18:07:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.65 2013/07/24 18:43:16 ago Exp $ + + 24 Jul 2013; Agostino Sarubbo <ago@gentoo.org> iotop-0.6.ebuild: + Stable for amd64, wrt bug #477740 23 Jul 2013; Agostino Sarubbo <ago@gentoo.org> iotop-0.6.ebuild: Stable for arm, wrt bug #477740 diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild index f52e9894e218..b569cf87b0b5 100644 --- a/sys-process/iotop/iotop-0.6.ebuild +++ b/sys-process/iotop/iotop-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.5 2013/07/23 18:07:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.6 2013/07/24 18:43:16 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://guichaz.free.fr/iotop//files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 arm hppa ~ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm hppa ~ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS" |