diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-09-11 10:08:44 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-09-11 10:08:44 +0000 |
commit | 50a7fc95141767149f7dd1b7c9555abdaac7cbae (patch) | |
tree | 98e4453b71681623db2a177f52789987a83409d8 /sys-process | |
parent | Add ~arm wrt #235873 (diff) | |
download | gentoo-2-50a7fc95141767149f7dd1b7c9555abdaac7cbae.tar.gz gentoo-2-50a7fc95141767149f7dd1b7c9555abdaac7cbae.tar.bz2 gentoo-2-50a7fc95141767149f7dd1b7c9555abdaac7cbae.zip |
Add ~arm wrt #236258
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-0.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index eae5e2b1f082..3cf4f2fa92a6 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.56 2008/05/18 00:40:47 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.57 2008/09/11 10:08:44 armin76 Exp $ + + 11 Sep 2008; Raúl Porcel <armin76@gentoo.org> htop-0.8-r1.ebuild: + Add ~arm wrt #236258 *htop-0.8-r1 (17 May 2008) diff --git a/sys-process/htop/htop-0.8-r1.ebuild b/sys-process/htop/htop-0.8-r1.ebuild index b79f05c7449a..81bde3b9af60 100644 --- a/sys-process/htop/htop-0.8-r1.ebuild +++ b/sys-process/htop/htop-0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8-r1.ebuild,v 1.1 2008/05/18 00:40:47 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8-r1.ebuild,v 1.2 2008/09/11 10:08:44 armin76 Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ HOMEPAGE="http://htop.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" DEPEND="sys-libs/ncurses" pkg_setup() { |