summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2010-07-25 12:35:26 +0000
committerChristian Ruppert <idl0r@gentoo.org>2010-07-25 12:35:26 +0000
commit56be470db9206b04f28378e54167f19ab4ba658c (patch)
tree4dc06055c977977b2bceecd1efddc65f1e427b69 /sys-process
parentVersion bump to 0.9.3 and removing old ebuilds. (diff)
downloadgentoo-2-56be470db9206b04f28378e54167f19ab4ba658c.tar.gz
gentoo-2-56be470db9206b04f28378e54167f19ab4ba658c.tar.bz2
gentoo-2-56be470db9206b04f28378e54167f19ab4ba658c.zip
Add back the unicode useflag.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/htop/ChangeLog5
-rw-r--r--sys-process/htop/htop-0.8.3-r1.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog
index 398da463c712..449d6617997f 100644
--- a/sys-process/htop/ChangeLog
+++ b/sys-process/htop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/htop
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.83 2010/05/03 18:46:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.84 2010/07/25 12:35:26 idl0r Exp $
+
+ 25 Jul 2010; Christian Ruppert <idl0r@gentoo.org> htop-0.8.3-r1.ebuild:
+ Add back the unicode useflag.
*htop-0.8.3-r1 (03 May 2010)
diff --git a/sys-process/htop/htop-0.8.3-r1.ebuild b/sys-process/htop/htop-0.8.3-r1.ebuild
index 4f6f51216848..759911299847 100644
--- a/sys-process/htop/htop-0.8.3-r1.ebuild
+++ b/sys-process/htop/htop-0.8.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.3-r1.ebuild,v 1.1 2010/05/03 18:46:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.3-r1.ebuild,v 1.2 2010/07/25 12:35:26 idl0r Exp $
EAPI=3
inherit eutils flag-o-matic multilib
@@ -12,9 +12,9 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-IUSE="debug openvz vserver"
+IUSE="debug openvz unicode vserver"
-DEPEND="sys-libs/ncurses[unicode]"
+DEPEND="sys-libs/ncurses[unicode?]"
pkg_setup() {
if use elibc_FreeBSD && ! [[ -f ${ROOT}/proc/stat && -f ${ROOT}/proc/meminfo ]]; then
@@ -42,8 +42,8 @@ src_configure() {
econf \
$(use_enable openvz) \
$(use_enable vserver) \
- --enable-taskstats \
- --enable-unicode
+ $(use_enable unicode) \
+ --enable-taskstats
}
src_install() {