diff options
author | Michael Weber <xmw@gentoo.org> | 2010-09-19 23:59:26 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-09-19 23:59:26 +0000 |
commit | e19a088052e44684bd78982ed5a0d74585f3f323 (patch) | |
tree | 6bc51b25dfa9734e618e8f36a6dc7d35427f71f4 | |
parent | Initial addition. (diff) | |
download | gentoo-2-e19a088052e44684bd78982ed5a0d74585f3f323.tar.gz gentoo-2-e19a088052e44684bd78982ed5a0d74585f3f323.tar.bz2 gentoo-2-e19a088052e44684bd78982ed5a0d74585f3f323.zip |
Added ~arm keyword
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | sys-process/iotop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/iotop/iotop-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog index 2b71f4b6bbaf..3bdb9957f791 100644 --- a/sys-process/iotop/ChangeLog +++ b/sys-process/iotop/ChangeLog @@ -1,6 +1,9 @@ # 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.38 2010/09/13 15:05:01 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.39 2010/09/19 23:59:26 xmw Exp $ + + 19 Sep 2010; Michael Weber <xmw@gentoo.org> iotop-0.4.1.ebuild: + Added ~arm keyword 13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> -iotop-0.4.ebuild: diff --git a/sys-process/iotop/iotop-0.4.1.ebuild b/sys-process/iotop/iotop-0.4.1.ebuild index 026c6f0559df..bc185e91541f 100644 --- a/sys-process/iotop/iotop-0.4.1.ebuild +++ b/sys-process/iotop/iotop-0.4.1.ebuild @@ -1,6 +1,6 @@ # 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.1.ebuild,v 1.6 2010/08/06 15:49:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.1.ebuild,v 1.7 2010/09/19 23:59:26 xmw 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 hppa ~ia64 ppc ~sparc x86 ~x86-linux" +KEYWORDS="amd64 ~arm hppa ~ia64 ppc ~sparc x86 ~x86-linux" IUSE="" DEPEND="" |