diff options
author | Michael Weber <xmw@gentoo.org> | 2012-01-04 23:50:33 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-01-04 23:50:33 +0000 |
commit | 956efb9dbced5d95958a48c2d99e15388ddc7a1b (patch) | |
tree | c5824747eb70571f49cbbfa0817f3b13084b9e11 /sys-process | |
parent | Fix py-compile idiom for automake-1.11.2 compatibility (bugs #396585, #397335... (diff) | |
download | gentoo-2-956efb9dbced5d95958a48c2d99e15388ddc7a1b.tar.gz gentoo-2-956efb9dbced5d95958a48c2d99e15388ddc7a1b.tar.bz2 gentoo-2-956efb9dbced5d95958a48c2d99e15388ddc7a1b.zip |
ppc/ppc64 stable (bug 390969)
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/htop/htop-0.9-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index d7d1b77e0fd1..0662f1c24c07 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.106 2011/12/11 14:43:32 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.107 2012/01/04 23:50:33 xmw Exp $ + + 04 Jan 2012; Michael Weber <xmw@gentoo.org> htop-0.9-r2.ebuild: + ppc/ppc64 stable (bug 390969) 11 Dec 2011; Raúl Porcel <armin76@gentoo.org> htop-0.9-r2.ebuild: alpha/ia64/sh/sparc stable wrt #390969 diff --git a/sys-process/htop/htop-0.9-r2.ebuild b/sys-process/htop/htop-0.9-r2.ebuild index 453810abee92..3f21397ca7f3 100644 --- a/sys-process/htop/htop-0.9-r2.ebuild +++ b/sys-process/htop/htop-0.9-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9-r2.ebuild,v 1.7 2011/12/11 14:43:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9-r2.ebuild,v 1.8 2012/01/04 23:50:33 xmw Exp $ EAPI=4 inherit autotools eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="debug elibc_FreeBSD kernel_linux openvz unicode vserver" RDEPEND="sys-libs/ncurses[unicode?]" |