diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-10-04 04:04:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-10-04 04:04:35 +0000 |
commit | df1276b526720ebe042c1feb61df869a3ee82f21 (patch) | |
tree | e6ba23c834394129d30d3094a36584fb76f22beb /sys-process | |
parent | - made ft2demos optional with utils USE flag (Bug #182905 by kerzol) (diff) | |
download | gentoo-2-df1276b526720ebe042c1feb61df869a3ee82f21.tar.gz gentoo-2-df1276b526720ebe042c1feb61df869a3ee82f21.tar.bz2 gentoo-2-df1276b526720ebe042c1feb61df869a3ee82f21.zip |
Stable for HPPA (bug #194016).
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-0.6.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index 53467ec15604..3f03efabbb7c 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.47 2007/08/16 13:44:15 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.48 2007/10/04 04:04:35 jer Exp $ + + 04 Oct 2007; Jeroen Roovers <jer@gentoo.org> htop-0.6.6.ebuild: + Stable for HPPA (bug #194016). 16 Aug 2007; Christoph Mende <angelos@gentoo.org> htop-0.6.6.ebuild: Added a note that linprocfs needs to be mounted on FreeBSD diff --git a/sys-process/htop/htop-0.6.6.ebuild b/sys-process/htop/htop-0.6.6.ebuild index a4fb2ee5365a..b503463231ea 100644 --- a/sys-process/htop/htop-0.6.6.ebuild +++ b/sys-process/htop/htop-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.6.ebuild,v 1.8 2007/08/16 13:44:15 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.6.ebuild,v 1.9 2007/10/04 04:04:35 jer Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ HOMEPAGE="http://htop.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" DEPEND="sys-libs/ncurses" pkg_setup() { |