diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-12-20 15:11:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-12-20 15:11:16 +0000 |
commit | 3bad8fea06c4794618304870bb2de5a65c66d5a4 (patch) | |
tree | 9e4a5e843bd91de5e61246eab819b8e497362190 /sys-process/htop | |
parent | Stable for HPPA (bug #447654). (diff) | |
download | gentoo-2-3bad8fea06c4794618304870bb2de5a65c66d5a4.tar.gz gentoo-2-3bad8fea06c4794618304870bb2de5a65c66d5a4.tar.bz2 gentoo-2-3bad8fea06c4794618304870bb2de5a65c66d5a4.zip |
Stable for HPPA (bug #447952).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index 98dbf720f0fa..b02e3f4ede58 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.129 2012/12/20 13:36:07 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.130 2012/12/20 15:11:16 jer Exp $ + + 20 Dec 2012; Jeroen Roovers <jer@gentoo.org> htop-1.0.2.ebuild: + Stable for HPPA (bug #447952). 20 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> htop-1.0.2.ebuild: Stable on amd64, wrt bug #447952 diff --git a/sys-process/htop/htop-1.0.2.ebuild b/sys-process/htop/htop-1.0.2.ebuild index e15f5cc8ae26..41fcc0b30bc7 100644 --- a/sys-process/htop/htop-1.0.2.ebuild +++ b/sys-process/htop/htop-1.0.2.ebuild @@ -1,6 +1,6 @@ # 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-1.0.2.ebuild,v 1.3 2012/12/20 13:36:07 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.2.ebuild,v 1.4 2012/12/20 15:11:16 jer Exp $ EAPI=4 @@ -13,7 +13,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 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver" RDEPEND="sys-libs/ncurses[unicode?]" |