summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r--app-editors/hexedit/ChangeLog5
-rw-r--r--app-editors/hexedit/hexedit-1.2.12.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog
index c1916376450b..d9d4bebfee42 100644
--- a/app-editors/hexedit/ChangeLog
+++ b/app-editors/hexedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/hexedit
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.46 2011/09/01 05:09:43 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.47 2011/09/01 14:32:39 tomjbe Exp $
+
+ 01 Sep 2011; Thomas Beierlein <tomjbe@gentoo.org> hexedit-1.2.12.ebuild:
+ Add RDEPEND
01 Sep 2011; Thomas Beierlein <tomjbe@gentoo.org> hexedit-1.2.12.ebuild:
depends on sys-libs/ncurses now (bug #381019)
diff --git a/app-editors/hexedit/hexedit-1.2.12.ebuild b/app-editors/hexedit/hexedit-1.2.12.ebuild
index 407045c70399..596adaaefb9e 100644
--- a/app-editors/hexedit/hexedit-1.2.12.ebuild
+++ b/app-editors/hexedit/hexedit-1.2.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v 1.15 2011/09/01 05:09:43 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v 1.16 2011/09/01 14:32:39 tomjbe Exp $
DESCRIPTION="View and edit files in hex or ASCII"
HOMEPAGE="http://rigaux.org/hexedit.html"
@@ -12,7 +12,7 @@ KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~a
IUSE=""
DEPEND="sys-libs/ncurses"
-RDEPEND=""
+RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"