diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2005-07-08 09:44:20 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2005-07-08 09:44:20 +0000 |
commit | 1808ee30751c00ee1a987e4121b8c6c9a728e4a6 (patch) | |
tree | e7d818a489e5083f3c16eb1202b0aceb59968c74 /sys-process/htop/htop-0.5.2.ebuild | |
parent | use instead of need logger (diff) | |
download | gentoo-2-1808ee30751c00ee1a987e4121b8c6c9a728e4a6.tar.gz gentoo-2-1808ee30751c00ee1a987e4121b8c6c9a728e4a6.tar.bz2 gentoo-2-1808ee30751c00ee1a987e4121b8c6c9a728e4a6.zip |
mark stable on x86
(Portage version: 2.0.51-r14)
Diffstat (limited to 'sys-process/htop/htop-0.5.2.ebuild')
-rw-r--r-- | sys-process/htop/htop-0.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/htop/htop-0.5.2.ebuild b/sys-process/htop/htop-0.5.2.ebuild index 787319e08dba..f7266e178202 100644 --- a/sys-process/htop/htop-0.5.2.ebuild +++ b/sys-process/htop/htop-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.5.2.ebuild,v 1.1 2005/05/17 19:13:38 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.5.2.ebuild,v 1.2 2005/07/08 09:44:20 wschlich Exp $ inherit eutils flag-o-matic @@ -9,7 +9,7 @@ HOMEPAGE="http://htop.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~amd64" IUSE="debug" DEPEND="sys-libs/ncurses" |