diff options
author | Jochen Maes <sejo@gentoo.org> | 2006-05-15 12:41:49 +0000 |
---|---|---|
committer | Jochen Maes <sejo@gentoo.org> | 2006-05-15 12:41:49 +0000 |
commit | 8e6bbe742740bfab56ba30205be8788ac2f11137 (patch) | |
tree | 2940c6827bfe35d300d8d4e571aae5f896886f88 /sys-process | |
parent | Removing old versions (diff) | |
download | gentoo-2-8e6bbe742740bfab56ba30205be8788ac2f11137.tar.gz gentoo-2-8e6bbe742740bfab56ba30205be8788ac2f11137.tar.bz2 gentoo-2-8e6bbe742740bfab56ba30205be8788ac2f11137.zip |
added ~ia64 as tested on dolphin
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index e220190cc1a3..c825bdb44e04 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.14 2006/03/31 01:30:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.15 2006/05/15 12:41:49 sejo Exp $ + + 15 May 2006; Jochen Maes <sejo@gentoo.org> htop-0.6.ebuild: + added ~ia64 as tested on dolphin 31 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> htop-0.6.ebuild: Add ~x86-fbsd keyword. diff --git a/sys-process/htop/htop-0.6.ebuild b/sys-process/htop/htop-0.6.ebuild index f8155952050e..b44a82bba0e4 100644 --- a/sys-process/htop/htop-0.6.ebuild +++ b/sys-process/htop/htop-0.6.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.ebuild,v 1.2 2006/03/31 01:30:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.ebuild,v 1.3 2006/05/15 12:41:49 sejo 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 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" DEPEND="sys-libs/ncurses" src_compile() { |