diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 04:44:58 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 04:44:58 +0000 |
commit | 6eff34ed4b3f9f373b9fd70649c69d96dcb318c0 (patch) | |
tree | 5fb81e51697b3e2d03d78b21f9def3f3591708df /sys-process/htop/htop-0.6.ebuild | |
parent | Remove debug.eclass usage for bug #160120. (diff) | |
download | gentoo-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.ebuild')
-rw-r--r-- | sys-process/htop/htop-0.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-process/htop/htop-0.6.ebuild b/sys-process/htop/htop-0.6.ebuild index e1be14991c64..090d0b0c1dfb 100644 --- a/sys-process/htop/htop-0.6.ebuild +++ b/sys-process/htop/htop-0.6.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.ebuild,v 1.4 2006/05/16 19:54:38 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.ebuild,v 1.5 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" |