diff options
author | Brent Baude <ranger@gentoo.org> | 2010-03-21 14:40:46 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-03-21 14:40:46 +0000 |
commit | 7fee4f0fbc1ed3f51b8df7921dc7e024cddc4b9a (patch) | |
tree | 090cbed3fc70a398d572c063f23f266da7915b7a /sys-process | |
parent | x86 stable wrt bug #309059 (diff) | |
download | gentoo-2-7fee4f0fbc1ed3f51b8df7921dc7e024cddc4b9a.tar.gz gentoo-2-7fee4f0fbc1ed3f51b8df7921dc7e024cddc4b9a.tar.bz2 gentoo-2-7fee4f0fbc1ed3f51b8df7921dc7e024cddc4b9a.zip |
stable ppc64, bug 302936
(Portage version: 2.1.7.17/cvs/Linux ppc64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-0.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index aae58670d524..c7699ee929aa 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.80 2010/02/11 20:21:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.81 2010/03/21 14:40:46 ranger Exp $ + + 21 Mar 2010; Brent Baude <ranger@gentoo.org> htop-0.8.3.ebuild: + stable ppc64, bug 302936 11 Feb 2010; Jeroen Roovers <jer@gentoo.org> htop-0.8.3.ebuild: Stable for PPC (bug #302936). diff --git a/sys-process/htop/htop-0.8.3.ebuild b/sys-process/htop/htop-0.8.3.ebuild index d76e6c8881e3..686b42618d72 100644 --- a/sys-process/htop/htop-0.8.3.ebuild +++ b/sys-process/htop/htop-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.3.ebuild,v 1.5 2010/02/11 20:21:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.3.ebuild,v 1.6 2010/03/21 14:40:46 ranger Exp $ EAPI="2" inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="debug" DEPEND="sys-libs/ncurses[unicode]" |