diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-03-04 14:14:20 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-03-04 14:14:20 +0000 |
commit | 0cf5cdd594b2666cbc0a2297e38d6ceadda8e246 (patch) | |
tree | 7da30c72ba4f80004a0885a49179f8447f832bcc /sys-process/htop | |
parent | New version. (diff) | |
download | gentoo-2-0cf5cdd594b2666cbc0a2297e38d6ceadda8e246.tar.gz gentoo-2-0cf5cdd594b2666cbc0a2297e38d6ceadda8e246.tar.bz2 gentoo-2-0cf5cdd594b2666cbc0a2297e38d6ceadda8e246.zip |
Marked ppc stable for bug #82743.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index 962b39314fcd..af07f8c0a1d7 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.2 2005/03/03 19:46:58 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.3 2005/03/04 14:14:20 josejx Exp $ + + 05 Mar 2005; Joseph Jezak <josejx@gentoo.org> htop-0.5.ebuild: + Marked ppc stable for bug #82743. *htop-0.3.1 (03 Mar 2005) diff --git a/sys-process/htop/htop-0.5.ebuild b/sys-process/htop/htop-0.5.ebuild index 7a2fde35761d..70d94545e968 100644 --- a/sys-process/htop/htop-0.5.ebuild +++ b/sys-process/htop/htop-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.5.ebuild,v 1.1 2005/03/03 15:12:50 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.5.ebuild,v 1.2 2005/03/04 14:14:20 josejx Exp $ inherit eutils 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="x86 ~ppc ~sparc amd64" +KEYWORDS="x86 ppc ~sparc amd64" IUSE="debug" DEPEND="sys-libs/ncurses" |