diff options
author | Brent Baude <ranger@gentoo.org> | 2012-04-17 19:41:21 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-04-17 19:41:21 +0000 |
commit | eab53f5badc2ee62ab9b6b3da1fd72bb9971b14d (patch) | |
tree | 95edf1167d42524b59388e189a685518a7ff4a38 /sys-process | |
parent | Remove overshadowed old version. Add version 1.2.0 with cosmetic changes and ... (diff) | |
download | gentoo-2-eab53f5badc2ee62ab9b6b3da1fd72bb9971b14d.tar.gz gentoo-2-eab53f5badc2ee62ab9b6b3da1fd72bb9971b14d.tar.bz2 gentoo-2-eab53f5badc2ee62ab9b6b3da1fd72bb9971b14d.zip |
Marking htop-1.0.1 ppc64 for bug 412297
(Portage version: 2.1.10.11/cvs/Linux ppc64)
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 53404598d3f7..1d98dada92d8 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.111 2012/04/17 16:05:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.112 2012/04/17 19:41:21 ranger Exp $ + + 17 Apr 2012; Brent Baude <ranger@gentoo.org> htop-1.0.1.ebuild: + Marking htop-1.0.1 ppc64 for bug 412297 17 Apr 2012; Brent Baude <ranger@gentoo.org> htop-1.0.1.ebuild: Marking htop-1.0.1 ppc for bug 412297 diff --git a/sys-process/htop/htop-1.0.1.ebuild b/sys-process/htop/htop-1.0.1.ebuild index 53efe643bad9..5e7432bb541e 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.3 2012/04/17 16:05:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1.ebuild,v 1.4 2012/04/17 19:41:21 ranger 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?]" |