summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2011-11-16 02:24:23 +0000
committerMichael Weber <xmw@gentoo.org>2011-11-16 02:24:23 +0000
commit61403f1849baa30a83553251f40e5a83bd3b8504 (patch)
tree3866e51203bc73c0a2e321fa83e8c28430ff45d2
parentDrop storepasswd (bug 303117). Remove old version. non-maint commit. (diff)
downloadgentoo-2-61403f1849baa30a83553251f40e5a83bd3b8504.tar.gz
gentoo-2-61403f1849baa30a83553251f40e5a83bd3b8504.tar.bz2
gentoo-2-61403f1849baa30a83553251f40e5a83bd3b8504.zip
Adding sys-libs/ncurses to RDEPEND (thanks Michael, bug 381021)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
-rw-r--r--app-editors/lpe/ChangeLog7
-rw-r--r--app-editors/lpe/lpe-1.2.6.13.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/lpe/ChangeLog b/app-editors/lpe/ChangeLog
index 2cac583f54b7..c03c8d65d06f 100644
--- a/app-editors/lpe/ChangeLog
+++ b/app-editors/lpe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/lpe
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/ChangeLog,v 1.24 2010/09/23 15:53:11 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/ChangeLog,v 1.25 2011/11/16 02:24:23 xmw Exp $
+
+ 16 Nov 2011; Michael Weber <xmw@gentoo.org> lpe-1.2.6.13.ebuild:
+ Adding sys-libs/ncurses to RDEPEND (thanks Michael, bug 381021)
23 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> lpe-1.2.6.13.ebuild,
+files/lpe-1.2.6.13-make-382.patch:
diff --git a/app-editors/lpe/lpe-1.2.6.13.ebuild b/app-editors/lpe/lpe-1.2.6.13.ebuild
index a4d387e6bce7..b9e25af00113 100644
--- a/app-editors/lpe/lpe-1.2.6.13.ebuild
+++ b/app-editors/lpe/lpe-1.2.6.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.13.ebuild,v 1.11 2010/09/23 15:53:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.13.ebuild,v 1.12 2011/11/16 02:24:23 xmw Exp $
EAPI=3
inherit eutils multilib
@@ -14,7 +14,8 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86 ~x86-linux"
IUSE="nls"
-RDEPEND=">=sys-libs/slang-2.1.3"
+RDEPEND=">=sys-libs/slang-2.1.3
+ sys-libs/ncurses"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"