diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-01-31 11:55:26 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-01-31 11:55:26 +0000 |
commit | c831fc3b8795634bc3fba2b3165f748de2a40fa3 (patch) | |
tree | 0f91d32e4a6a904084c6bb9a2f1ce73c541b9207 /sys-process/htop | |
parent | arm stable wrt #285525 (diff) | |
download | gentoo-2-c831fc3b8795634bc3fba2b3165f748de2a40fa3.tar.gz gentoo-2-c831fc3b8795634bc3fba2b3165f748de2a40fa3.tar.bz2 gentoo-2-c831fc3b8795634bc3fba2b3165f748de2a40fa3.zip |
alpha/arm/ia64/sh/sparc/x86 stable wrt #302936
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/htop/htop-0.8.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index eee979ac27a9..8ec59cf762e1 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.76 2009/09/01 08:04:14 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.77 2010/01/31 11:55:26 armin76 Exp $ + + 31 Jan 2010; Raúl Porcel <armin76@gentoo.org> htop-0.8.3.ebuild: + alpha/arm/ia64/sh/sparc/x86 stable wrt #302936 *htop-0.8.3 (01 Sep 2009) diff --git a/sys-process/htop/htop-0.8.3.ebuild b/sys-process/htop/htop-0.8.3.ebuild index 198e2898dfe5..f012849dc0aa 100644 --- a/sys-process/htop/htop-0.8.3.ebuild +++ b/sys-process/htop/htop-0.8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.3.ebuild,v 1.1 2009/09/01 08:04:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.3.ebuild,v 1.2 2010/01/31 11:55:26 armin76 Exp $ EAPI="2" inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd" IUSE="debug" DEPEND="sys-libs/ncurses[unicode]" |