diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-04-17 20:26:23 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-04-17 20:26:23 +0000 |
commit | abf666b167e2a3e09f68a90ef3c07d26f1fee84e (patch) | |
tree | 277a75169bbd095cad3dabf4ac0edb4bcf56f120 /sys-process | |
parent | Stable for HPPA (bug #411941). (diff) | |
download | gentoo-2-abf666b167e2a3e09f68a90ef3c07d26f1fee84e.tar.gz gentoo-2-abf666b167e2a3e09f68a90ef3c07d26f1fee84e.tar.bz2 gentoo-2-abf666b167e2a3e09f68a90ef3c07d26f1fee84e.zip |
Stable for HPPA (bug #412297).
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index 1d98dada92d8..86ec8e33ed7c 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.112 2012/04/17 19:41:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.113 2012/04/17 20:26:23 jer Exp $ + + 17 Apr 2012; Jeroen Roovers <jer@gentoo.org> htop-1.0.1.ebuild: + Stable for HPPA (bug #412297). 17 Apr 2012; Brent Baude <ranger@gentoo.org> htop-1.0.1.ebuild: Marking htop-1.0.1 ppc64 for bug 412297 diff --git a/sys-process/htop/htop-1.0.1.ebuild b/sys-process/htop/htop-1.0.1.ebuild index 5e7432bb541e..4bab15e0c0d2 100644 --- a/sys-process/htop/htop-1.0.1.ebuild +++ b/sys-process/htop/htop-1.0.1.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.ebuild,v 1.4 2012/04/17 19:41:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1.ebuild,v 1.5 2012/04/17 20:26:23 jer Exp $ EAPI=4 @@ -12,7 +12,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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="elibc_FreeBSD kernel_linux openvz unicode vserver" RDEPEND="sys-libs/ncurses[unicode?]" |