diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-19 06:28:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-19 06:28:56 +0000 |
commit | 42917b6ca389eeac73fec522c205d246ba44745d (patch) | |
tree | 4f85e51c2136fd8763d5fab937a88814ce8b6869 /app-editors | |
parent | touchups (diff) | |
download | historical-42917b6ca389eeac73fec522c205d246ba44745d.tar.gz historical-42917b6ca389eeac73fec522c205d246ba44745d.tar.bz2 historical-42917b6ca389eeac73fec522c205d246ba44745d.zip |
stable
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/hexcurse/hexcurse-1.55.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild index 4d54503d5e42..0a348978058d 100644 --- a/app-editors/hexcurse/hexcurse-1.55.ebuild +++ b/app-editors/hexcurse/hexcurse-1.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.2 2004/02/21 05:32:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.3 2004/04/19 06:28:56 vapier Exp $ DESCRIPTION="ncurses based hex editor" HOMEPAGE="http://www.jewfish.net/software/" @@ -8,7 +8,8 @@ SRC_URI="http://www.jewfish.net/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64" +KEYWORDS="x86 ppc sparc hppa amd64" +IUSE="" DEPEND=">=sys-libs/ncurses-5.2" |