diff options
author | Jason Wever <weeve@gentoo.org> | 2006-07-16 18:39:19 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-07-16 18:39:19 +0000 |
commit | 49f9ec783342ddb79d2c604ff9889e2df72b0b1d (patch) | |
tree | 098e5c3afbb54a4a39cb10a2b794555f765d6bc1 /sys-process/htop | |
parent | Stable on SPARC wrt bug #140618. (diff) | |
download | gentoo-2-49f9ec783342ddb79d2c604ff9889e2df72b0b1d.tar.gz gentoo-2-49f9ec783342ddb79d2c604ff9889e2df72b0b1d.tar.bz2 gentoo-2-49f9ec783342ddb79d2c604ff9889e2df72b0b1d.zip |
Stable on SPARC wrt bug #140458.
(Portage version: 2.1.1_pre3)
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-0.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index 6d38543bf944..1868e7e27743 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.21 2006/07/15 20:58:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.22 2006/07/16 18:39:19 weeve Exp $ + + 16 Jul 2006; Jason Wever <weeve@gentoo.org> htop-0.6.2.ebuild: + Stable on SPARC wrt bug #140458. 15 Jul 2006; Torsten Veller <tove@gentoo.org> htop-0.6.2.ebuild: Stable on x86 (#140458). Thanks to Denny Reeh for testing. diff --git a/sys-process/htop/htop-0.6.2.ebuild b/sys-process/htop/htop-0.6.2.ebuild index ebfa55cb6c45..ecb4507c3aea 100644 --- a/sys-process/htop/htop-0.6.2.ebuild +++ b/sys-process/htop/htop-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.2.ebuild,v 1.5 2006/07/15 20:58:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.2.ebuild,v 1.6 2006/07/16 18:39:19 weeve Exp $ inherit debug flag-o-matic @@ -9,7 +9,7 @@ HOMEPAGE="http://htop.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" DEPEND="sys-libs/ncurses" src_compile() { |