diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-23 08:16:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-23 08:16:03 +0000 |
commit | c9d5cadb89672603ea8fe86563f02f5012b54d53 (patch) | |
tree | d0b6aea221cbee14b2218c1185744ade0c524b69 /app-editors/hexedit | |
parent | removed macos (diff) | |
download | historical-c9d5cadb89672603ea8fe86563f02f5012b54d53.tar.gz historical-c9d5cadb89672603ea8fe86563f02f5012b54d53.tar.bz2 historical-c9d5cadb89672603ea8fe86563f02f5012b54d53.zip |
removed macos
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/hexedit/hexedit-1.2.10.ebuild b/app-editors/hexedit/hexedit-1.2.10.ebuild index 4ac672179d35..1607130f136a 100644 --- a/app-editors/hexedit/hexedit-1.2.10.ebuild +++ b/app-editors/hexedit/hexedit-1.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.10.ebuild,v 1.3 2004/09/16 01:24:36 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.10.ebuild,v 1.4 2004/10/23 08:15:40 mr_bones_ Exp $ DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://www.chez.com/prigaux/hexedit.html" @@ -8,7 +8,7 @@ SRC_URI="http://merd.net/pixel/${P}.src.tgz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 macos ppc-macos" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ppc-macos" IUSE="" DEPEND="sys-libs/ncurses" |