diff options
Diffstat (limited to 'sys-process/htop/htop-0.9-r2.ebuild')
-rw-r--r-- | sys-process/htop/htop-0.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/htop/htop-0.9-r2.ebuild b/sys-process/htop/htop-0.9-r2.ebuild index e247271f2b09..8d409ecab18f 100644 --- a/sys-process/htop/htop-0.9-r2.ebuild +++ b/sys-process/htop/htop-0.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9-r2.ebuild,v 1.2 2011/08/31 06:43:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9-r2.ebuild,v 1.3 2011/11/19 09:41:11 hwoarang Exp $ EAPI=4 inherit autotools eutils flag-o-matic multilib @@ -11,7 +11,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="debug elibc_FreeBSD kernel_linux openvz unicode vserver" RDEPEND="sys-libs/ncurses[unicode?]" |