diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-16 19:54:38 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-16 19:54:38 +0000 |
commit | eb8a1f33b3755ca138bcd6057a3aef2954584b8a (patch) | |
tree | 867ac27baf9c0f8da72c165bc9b8c0e8731a7f7d /sys-process | |
parent | Added ~ppc64; bug #133386 (diff) | |
download | gentoo-2-eb8a1f33b3755ca138bcd6057a3aef2954584b8a.tar.gz gentoo-2-eb8a1f33b3755ca138bcd6057a3aef2954584b8a.tar.bz2 gentoo-2-eb8a1f33b3755ca138bcd6057a3aef2954584b8a.zip |
Added ~ppc64; bug #133378
(Portage version: 2.0.54-r2)
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 c825bdb44e04..47a8a035f9c8 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.15 2006/05/15 12:41:49 sejo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.16 2006/05/16 19:54:38 corsair Exp $ + + 16 May 2006; Markus Rothe <corsair@gentoo.org> htop-0.6.ebuild: + Added ~ppc64; bug #133378 15 May 2006; Jochen Maes <sejo@gentoo.org> htop-0.6.ebuild: added ~ia64 as tested on dolphin diff --git a/sys-process/htop/htop-0.6.ebuild b/sys-process/htop/htop-0.6.ebuild index b44a82bba0e4..e1be14991c64 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.3 2006/05/15 12:41:49 sejo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.ebuild,v 1.4 2006/05/16 19:54:38 corsair 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 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" DEPEND="sys-libs/ncurses" src_compile() { |