diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-25 22:29:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-25 22:29:21 +0000 |
commit | 5b60e105077e15a465bbae8591b555502bcc19d7 (patch) | |
tree | 2d713d4d7686eab72692c99d71a4263d36496daf /sys-process/htop | |
parent | bump to EAPI=5, use l10n.eclass for LINGUAS handling, respect flags in debug ... (diff) | |
download | gentoo-2-5b60e105077e15a465bbae8591b555502bcc19d7.tar.gz gentoo-2-5b60e105077e15a465bbae8591b555502bcc19d7.tar.bz2 gentoo-2-5b60e105077e15a465bbae8591b555502bcc19d7.zip |
Stable for ia64, wrt bug #447952
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
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 c82a9c1d924c..143e6c9ac84c 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.132 2012/12/23 18:04:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.133 2012/12/25 22:29:21 ago Exp $ + + 25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> htop-1.0.2.ebuild: + Stable for ia64, wrt bug #447952 23 Dec 2012; Jeff Horelick <jdhore@gentoo.org> htop-1.0.2.ebuild: marked x86 per bug 447952 diff --git a/sys-process/htop/htop-1.0.2.ebuild b/sys-process/htop/htop-1.0.2.ebuild index fda4fbbcd987..d96a6aa62d42 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.6 2012/12/23 18:04:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.2.ebuild,v 1.7 2012/12/25 22:29:21 ago 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?]" |