summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 04:44:58 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 04:44:58 +0000
commit6eff34ed4b3f9f373b9fd70649c69d96dcb318c0 (patch)
tree5fb81e51697b3e2d03d78b21f9def3f3591708df /sys-process/htop/htop-0.6.5.ebuild
parentRemove debug.eclass usage for bug #160120. (diff)
downloadgentoo-2-6eff34ed4b3f9f373b9fd70649c69d96dcb318c0.tar.gz
gentoo-2-6eff34ed4b3f9f373b9fd70649c69d96dcb318c0.tar.bz2
gentoo-2-6eff34ed4b3f9f373b9fd70649c69d96dcb318c0.zip
Remove debug.eclass usage.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'sys-process/htop/htop-0.6.5.ebuild')
-rw-r--r--sys-process/htop/htop-0.6.5.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-process/htop/htop-0.6.5.ebuild b/sys-process/htop/htop-0.6.5.ebuild
index 115e952ddc10..3326c2d28994 100644
--- a/sys-process/htop/htop-0.6.5.ebuild
+++ b/sys-process/htop/htop-0.6.5.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.5.ebuild,v 1.1 2006/12/14 11:13:54 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.5.ebuild,v 1.2 2007/01/05 04:44:58 flameeyes Exp $
-inherit debug flag-o-matic
+inherit flag-o-matic
+IUSE="debug"
DESCRIPTION="interactive process viewer"
HOMEPAGE="http://htop.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"