diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-10-19 14:35:47 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-19 14:35:47 +0000 |
commit | e45ac829f704b397a42688aee603854c36383573 (patch) | |
tree | 7d68dac3c6ab3e3f983b0684b35eb4161672005f /sys-process | |
parent | Add new constify patch (bug #482784). (diff) | |
download | gentoo-2-e45ac829f704b397a42688aee603854c36383573.tar.gz gentoo-2-e45ac829f704b397a42688aee603854c36383573.tar.bz2 gentoo-2-e45ac829f704b397a42688aee603854c36383573.zip |
Stable on arm, ppc and ppc64, bug #525450
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index 0c7c44ebb0fc..5fe86bf02190 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.142 2014/09/30 19:40:46 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.143 2014/10/19 14:35:47 blueness Exp $ + + 19 Oct 2014; Anthony G. Basile <blueness@gentoo.org> htop-1.0.3.ebuild: + Stable on arm, ppc and ppc64, bug #525450 30 Sep 2014; Christian Ruppert <idl0r@gentoo.org> htop-1.0.3.ebuild, +files/htop-1.0.3-tinfo.patch: diff --git a/sys-process/htop/htop-1.0.3.ebuild b/sys-process/htop/htop-1.0.3.ebuild index 1ce6aa99a1d6..1cb9e081005b 100644 --- a/sys-process/htop/htop-1.0.3.ebuild +++ b/sys-process/htop/htop-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.2 2014/09/30 19:40:46 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.3 2014/10/19 14:35:47 blueness Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://hisham.hm/htop/releases/${PV}/${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 oom openvz unicode vserver" RDEPEND="sys-libs/ncurses[unicode?]" |