summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-27 22:16:46 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-27 22:16:46 +0000
commit42d0a4e6e015a7b499eef60646a2580ece8d7dc6 (patch)
treebb85dac09290cf2d4ebad531b310de43badba704 /app-editors/hexedit
parentmetadata + LICENSE (Manifest recommit) (diff)
downloadgentoo-2-42d0a4e6e015a7b499eef60646a2580ece8d7dc6.tar.gz
gentoo-2-42d0a4e6e015a7b499eef60646a2580ece8d7dc6.tar.bz2
gentoo-2-42d0a4e6e015a7b499eef60646a2580ece8d7dc6.zip
touch the libc
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r--app-editors/hexedit/hexedit-1.2.2.ebuild6
-rw-r--r--app-editors/hexedit/hexedit-1.2.9.ebuild4
2 files changed, 5 insertions, 5 deletions
diff --git a/app-editors/hexedit/hexedit-1.2.2.ebuild b/app-editors/hexedit/hexedit-1.2.2.ebuild
index ab58c23741f5..89efcd8ccd23 100644
--- a/app-editors/hexedit/hexedit-1.2.2.ebuild
+++ b/app-editors/hexedit/hexedit-1.2.2.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.2.ebuild,v 1.14 2004/06/24 21:56:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.2.ebuild,v 1.15 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,13 +11,13 @@ SLOT="0"
KEYWORDS="x86 ppc sparc alpha amd64"
IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
sys-libs/ncurses"
RDEPEND="sys-libs/ncurses"
S=${WORKDIR}/hexedit
-src_install () {
+src_install() {
dobin hexedit || die
doman hexedit.1
dodoc Changes TODO
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=""