diff options
author | Torsten Veller <tove@gentoo.org> | 2006-07-15 20:58:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2006-07-15 20:58:01 +0000 |
commit | 28e5cd14b3a6311702b9ab3b771bca2335f4ad82 (patch) | |
tree | ff163476c060718681e4858e9eedf232cb61fcf7 /sys-process | |
parent | Taking temporary maintainership (diff) | |
download | gentoo-2-28e5cd14b3a6311702b9ab3b771bca2335f4ad82.tar.gz gentoo-2-28e5cd14b3a6311702b9ab3b771bca2335f4ad82.tar.bz2 gentoo-2-28e5cd14b3a6311702b9ab3b771bca2335f4ad82.zip |
Stable on x86 (#140458)
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'sys-process')
-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 e034d098dfe4..6d38543bf944 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.20 2006/07/15 18:35:53 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.21 2006/07/15 20:58:01 tove Exp $ + + 15 Jul 2006; Torsten Veller <tove@gentoo.org> htop-0.6.2.ebuild: + Stable on x86 (#140458). Thanks to Denny Reeh for testing. 15 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> htop-0.6.2.ebuild: Marked stable on amd64 per bug #140458 diff --git a/sys-process/htop/htop-0.6.2.ebuild b/sys-process/htop/htop-0.6.2.ebuild index 87b6c5445af0..ebfa55cb6c45 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.4 2006/07/15 18:35:53 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.2.ebuild,v 1.5 2006/07/15 20:58:01 tove 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() { |