diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-11 10:53:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-11 10:53:34 +0000 |
commit | 30a706900c453c73fbde549239e9d1c30351ac8e (patch) | |
tree | ae4b9c9505f6a172040fbc4a15d0c294924cc3d0 /sys-process | |
parent | Drop jruby target. (diff) | |
download | gentoo-2-30a706900c453c73fbde549239e9d1c30351ac8e.tar.gz gentoo-2-30a706900c453c73fbde549239e9d1c30351ac8e.tar.bz2 gentoo-2-30a706900c453c73fbde549239e9d1c30351ac8e.zip |
Stable for ia64, wrt bug #525450
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
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 e29b09ae6c2d..adf696fc8ca1 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.149 2014/11/04 09:22:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.150 2014/11/11 10:53:34 ago Exp $ + + 11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> htop-1.0.3.ebuild: + Stable for ia64, wrt bug #525450 04 Nov 2014; Agostino Sarubbo <ago@gentoo.org> htop-1.0.3.ebuild: Stable for sparc, wrt bug #525450 diff --git a/sys-process/htop/htop-1.0.3.ebuild b/sys-process/htop/htop-1.0.3.ebuild index 7203d74cfe67..dffbb06ab87f 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.9 2014/11/04 09:22:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.10 2014/11/11 10:53:34 ago 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?]" |