summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2011-09-01 14:32:39 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2011-09-01 14:32:39 +0000
commit429af4df1a04cbb55d5206f60e1d64ec4046a883 (patch)
tree0c46a86c1f1ede2ffb2647a576b905fdbb000e2b /app-editors/hexedit
parentMarked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Elij... (diff)
downloadgentoo-2-429af4df1a04cbb55d5206f60e1d64ec4046a883.tar.gz
gentoo-2-429af4df1a04cbb55d5206f60e1d64ec4046a883.tar.bz2
gentoo-2-429af4df1a04cbb55d5206f60e1d64ec4046a883.zip
Add RDEPEND
(Portage version: 2.1.10.11/cvs/Linux x86_64)
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}"