diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 22:22:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 22:22:00 +0000 |
commit | e16ef8af10e5ae1d4fc9d2dce17c8925501cd28b (patch) | |
tree | 789e556c21cfbde8f7475459895bbb758edc09d1 /app-editors/hexedit/hexedit-1.2.9.ebuild | |
parent | metadata + LICENSE (diff) | |
download | historical-e16ef8af10e5ae1d4fc9d2dce17c8925501cd28b.tar.gz historical-e16ef8af10e5ae1d4fc9d2dce17c8925501cd28b.tar.bz2 historical-e16ef8af10e5ae1d4fc9d2dce17c8925501cd28b.zip |
touch the libc
Diffstat (limited to 'app-editors/hexedit/hexedit-1.2.9.ebuild')
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/hexedit/hexedit-1.2.9.ebuild b/app-editors/hexedit/hexedit-1.2.9.ebuild index fb8664778027..03687070d2ae 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 Foundation # 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.7 2004/06/24 21:56:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.9.ebuild,v 1.8 2004/06/27 22:13:31 vapier Exp $ DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://www.chez.com/prigaux/hexedit.html" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~ppc sparc ~alpha arm hppa amd64" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/ncurses" RDEPEND="" |