diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-31 01:30:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-31 01:30:55 +0000 |
commit | de971d0e66381f373cf0161338796021df5a23f6 (patch) | |
tree | 9543f28d97eb1b24444fdc61b71f04bfbd1ada53 /sys-process/htop/htop-0.6.ebuild | |
parent | Package moved from games-board/pio to games-board/pioneers and closing bug #1... (diff) | |
download | gentoo-2-de971d0e66381f373cf0161338796021df5a23f6.tar.gz gentoo-2-de971d0e66381f373cf0161338796021df5a23f6.tar.bz2 gentoo-2-de971d0e66381f373cf0161338796021df5a23f6.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'sys-process/htop/htop-0.6.ebuild')
-rw-r--r-- | sys-process/htop/htop-0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/htop/htop-0.6.ebuild b/sys-process/htop/htop-0.6.ebuild index 72ca43a21e4c..f8155952050e 100644 --- a/sys-process/htop/htop-0.6.ebuild +++ b/sys-process/htop/htop-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.1 2005/12/28 22:50:21 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.ebuild,v 1.2 2006/03/31 01:30:55 flameeyes Exp $ inherit debug 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="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" DEPEND="sys-libs/ncurses" src_compile() { |