diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-03 21:58:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-03 21:58:43 +0000 |
commit | 65a6a4e58636028cf0cbe2f6d055a1c25e8074f3 (patch) | |
tree | 899d150bc8f491350bef1d167439ce40108b3575 /app-editors | |
parent | trim out sdl comments (Manifest recommit) (diff) | |
download | gentoo-2-65a6a4e58636028cf0cbe2f6d055a1c25e8074f3.tar.gz gentoo-2-65a6a4e58636028cf0cbe2f6d055a1c25e8074f3.tar.bz2 gentoo-2-65a6a4e58636028cf0cbe2f6d055a1c25e8074f3.zip |
hppa KEYWORDS
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.9.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/hexedit/hexedit-1.2.9.ebuild b/app-editors/hexedit/hexedit-1.2.9.ebuild index c2dad23bbee4..ec80ca910139 100644 --- a/app-editors/hexedit/hexedit-1.2.9.ebuild +++ b/app-editors/hexedit/hexedit-1.2.9.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/hexedit/hexedit-1.2.9.ebuild,v 1.2 2004/05/28 02:41:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.9.ebuild,v 1.3 2004/06/03 21:58:43 vapier Exp $ DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://www.chez.com/prigaux/hexedit.html" @@ -8,16 +8,16 @@ SRC_URI="http://merd.net/pixel/${P}.src.tgz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha arm ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha arm hppa ~amd64" IUSE="" DEPEND="virtual/glibc sys-libs/ncurses" RDEPEND="" -S="${WORKDIR}/hexedit" +S=${WORKDIR}/hexedit -src_install () { +src_install() { dobin hexedit || die doman hexedit.1 dodoc Changes TODO |