diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-10-28 16:59:03 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-10-28 16:59:03 +0000 |
commit | 961b3972914d4b30640d09ef9c8fdb764d7abc5b (patch) | |
tree | 99ef2b406bf2f95b9cc59e32fe206737464f4acf /sys-process | |
parent | Stable on amd64 wrt bug #439934 (diff) | |
download | gentoo-2-961b3972914d4b30640d09ef9c8fdb764d7abc5b.tar.gz gentoo-2-961b3972914d4b30640d09ef9c8fdb764d7abc5b.tar.bz2 gentoo-2-961b3972914d4b30640d09ef9c8fdb764d7abc5b.zip |
Stable on amd64 wrt bug #439548
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-1.0.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index fd3dd6188e9c..d245c32cfcfc 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.121 2012/10/24 23:32:35 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.122 2012/10/28 16:59:03 hwoarang Exp $ + + 28 Oct 2012; Markos Chandras <hwoarang@gentoo.org> htop-1.0.1-r1.ebuild: + Stable on amd64 wrt bug #439548 24 Oct 2012; Anthony G. Basile <blueness@gentoo.org> htop-1.0.1-r1.ebuild: stable arm ppc ppc64, bug #439548 diff --git a/sys-process/htop/htop-1.0.1-r1.ebuild b/sys-process/htop/htop-1.0.1-r1.ebuild index 932358336def..0d53651f0e16 100644 --- a/sys-process/htop/htop-1.0.1-r1.ebuild +++ b/sys-process/htop/htop-1.0.1-r1.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.1-r1.ebuild,v 1.2 2012/10/24 23:32:35 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild,v 1.3 2012/10/28 16:59:03 hwoarang 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-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver" RDEPEND="sys-libs/ncurses[unicode?]" |