summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-12-11 00:16:01 +0000
committerChristian Ruppert <idl0r@gentoo.org>2011-12-11 00:16:01 +0000
commitbb42e234c8dfaaf3ce154ac54bb3156bf3110666 (patch)
tree11653a6d3d5dd6b4e4df6c5552c428ff8ed5d434 /sys-process
parentold (diff)
downloadgentoo-2-bb42e234c8dfaaf3ce154ac54bb3156bf3110666.tar.gz
gentoo-2-bb42e234c8dfaaf3ce154ac54bb3156bf3110666.tar.bz2
gentoo-2-bb42e234c8dfaaf3ce154ac54bb3156bf3110666.zip
Remove debug useflag as it still causes a lot of trouble, bug 393653.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/htop/ChangeLog5
-rw-r--r--sys-process/htop/htop-1.0.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog
index 840cd64f8521..8d3041818e6d 100644
--- a/sys-process/htop/ChangeLog
+++ b/sys-process/htop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/htop
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.104 2011/12/03 10:50:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.105 2011/12/11 00:16:01 idl0r Exp $
+
+ 11 Dec 2011; Christian Ruppert <idl0r@gentoo.org> htop-1.0.ebuild:
+ Remove debug useflag as it still causes a lot of trouble, bug 393653.
03 Dec 2011; Markus Meier <maekke@gentoo.org> htop-0.9-r2.ebuild:
arm stable, bug #390969
diff --git a/sys-process/htop/htop-1.0.ebuild b/sys-process/htop/htop-1.0.ebuild
index ae0e5c98e2f2..7a5ebe2d0ca8 100644
--- a/sys-process/htop/htop-1.0.ebuild
+++ b/sys-process/htop/htop-1.0.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-1.0.ebuild,v 1.1 2011/11/21 17:58:14 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.ebuild,v 1.2 2011/12/11 00:16:01 idl0r 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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-IUSE="debug elibc_FreeBSD kernel_linux openvz unicode vserver"
+IUSE="elibc_FreeBSD kernel_linux openvz unicode vserver"
RDEPEND="sys-libs/ncurses[unicode?]"
DEPEND="${RDEPEND}"
@@ -42,7 +42,6 @@ src_prepare() {
}
src_configure() {
- use debug && append-flags -DDEBUG
econf \
$(use_enable openvz) \