diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-07-15 11:51:52 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-07-15 11:51:52 +0000 |
commit | bae3e8a174651ef7e20fbdc908192b7946db5835 (patch) | |
tree | 23f374f817ff3ed6e65bf2e0769cc9e81dd0f7c4 /sys-process | |
parent | Moved inherit to the correct place. Thnxs jakub (diff) | |
download | gentoo-2-bae3e8a174651ef7e20fbdc908192b7946db5835.tar.gz gentoo-2-bae3e8a174651ef7e20fbdc908192b7946db5835.tar.bz2 gentoo-2-bae3e8a174651ef7e20fbdc908192b7946db5835.zip |
Stable on ppc. Bug 140458
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-0.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index ceb0082e9be5..d95310429cc2 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.18 2006/05/22 10:02:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.19 2006/07/15 11:51:52 nixnut Exp $ + + 15 Jul 2006; <nixnut@gentoo.org> htop-0.6.2.ebuild: + Stable on ppc. Bug #140458 22 May 2006; Jeroen Roovers <jer@gentoo.org> htop-0.6.2.ebuild: Marked ~hppa (because it works). diff --git a/sys-process/htop/htop-0.6.2.ebuild b/sys-process/htop/htop-0.6.2.ebuild index b3ce9b681ca2..fa997512efe1 100644 --- a/sys-process/htop/htop-0.6.2.ebuild +++ b/sys-process/htop/htop-0.6.2.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.2.ebuild,v 1.2 2006/05/22 10:02:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.2.ebuild,v 1.3 2006/07/15 11:51:52 nixnut 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" DEPEND="sys-libs/ncurses" src_compile() { |