diff options
Diffstat (limited to 'app-editors/hexcurse')
-rw-r--r-- | app-editors/hexcurse/hexcurse-1.55.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild index bfa297eabe02..4d54503d5e42 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.1 2004/02/21 05:31:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.2 2004/02/21 05:32:26 vapier Exp $ DESCRIPTION="ncurses based hex editor" HOMEPAGE="http://www.jewfish.net/software/" @@ -8,7 +8,7 @@ SRC_URI="http://www.jewfish.net/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc" +KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64" DEPEND=">=sys-libs/ncurses-5.2" |