diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-02-01 20:29:40 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-02-01 20:29:40 +0000 |
commit | 01c24e2e53600f9fa798ae23cc5fe60ab76a575e (patch) | |
tree | c8bc7ad2d0d93573760926bd0d92c781227ce394 /sys-process/htop | |
parent | Version up vhba dependency, bug #278696, thank Henrik Stokseth for report. (diff) | |
download | gentoo-2-01c24e2e53600f9fa798ae23cc5fe60ab76a575e.tar.gz gentoo-2-01c24e2e53600f9fa798ae23cc5fe60ab76a575e.tar.bz2 gentoo-2-01c24e2e53600f9fa798ae23cc5fe60ab76a575e.zip |
Stable on amd64 wrt bug #302936
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-0.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index 8ec59cf762e1..d6f38ff152ca 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.78 2010/02/01 20:29:40 hwoarang Exp $ + + 01 Feb 2010; Markos Chandras <hwoarang@gentoo.org> htop-0.8.3.ebuild: + Stable on amd64 wrt bug #302936 31 Jan 2010; Raúl Porcel <armin76@gentoo.org> htop-0.8.3.ebuild: alpha/arm/ia64/sh/sparc/x86 stable wrt #302936 diff --git a/sys-process/htop/htop-0.8.3.ebuild b/sys-process/htop/htop-0.8.3.ebuild index f012849dc0aa..b23f969d0968 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-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.2 2010/01/31 11:55:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.3.ebuild,v 1.3 2010/02/01 20:29:40 hwoarang 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]" |