summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-11-26 10:45:13 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-11-26 10:45:13 +0000
commitd3e718a77443482e99ab03f850f2e5da4e4e96cb (patch)
treeb5de8eff73c2f6ef2ce0689710b7195bbb1207b5 /app-text/hnb/hnb-1.9.18-r1.ebuild
parentremove net-misc/curl from deps (diff)
downloadhistorical-d3e718a77443482e99ab03f850f2e5da4e4e96cb.tar.gz
historical-d3e718a77443482e99ab03f850f2e5da4e4e96cb.tar.bz2
historical-d3e718a77443482e99ab03f850f2e5da4e4e96cb.zip
add missing sys-libs/ncurses dependency
Package-Manager: portage-2.2.0_alpha77/cvs/Linux x86_64
Diffstat (limited to 'app-text/hnb/hnb-1.9.18-r1.ebuild')
-rw-r--r--app-text/hnb/hnb-1.9.18-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/hnb/hnb-1.9.18-r1.ebuild b/app-text/hnb/hnb-1.9.18-r1.ebuild
index b18ff3fcd074..fd0cbfd6b627 100644
--- a/app-text/hnb/hnb-1.9.18-r1.ebuild
+++ b/app-text/hnb/hnb-1.9.18-r1.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-text/hnb/hnb-1.9.18-r1.ebuild,v 1.4 2011/11/26 09:46:45 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.18-r1.ebuild,v 1.5 2011/11/26 10:45:13 hwoarang Exp $
EAPI="2"
@@ -16,7 +16,7 @@ KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DEPEND=""
-RDEPEND=""
+RDEPEND="sys-libs/ncurses"
src_prepare() {
epatch "${FILESDIR}/${P}-flags.patch" "${FILESDIR}/${P}-include.patch"