diff options
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/htop/htop-0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index 5610bac9067a..e220190cc1a3 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.13 2005/12/28 22:50:21 wschlich Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.14 2006/03/31 01:30:55 flameeyes Exp $ + + 31 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> htop-0.6.ebuild: + Add ~x86-fbsd keyword. *htop-0.6 (28 Dec 2005) diff --git a/sys-process/htop/htop-0.6.ebuild b/sys-process/htop/htop-0.6.ebuild index 72ca43a21e4c..f8155952050e 100644 --- a/sys-process/htop/htop-0.6.ebuild +++ b/sys-process/htop/htop-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.ebuild,v 1.1 2005/12/28 22:50:21 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.ebuild,v 1.2 2006/03/31 01:30:55 flameeyes 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 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" DEPEND="sys-libs/ncurses" src_compile() { |