diff options
author | Michael Weber <xmw@gentoo.org> | 2011-11-16 02:24:23 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-11-16 02:24:23 +0000 |
commit | 61403f1849baa30a83553251f40e5a83bd3b8504 (patch) | |
tree | 3866e51203bc73c0a2e321fa83e8c28430ff45d2 /app-editors/lpe/lpe-1.2.6.13.ebuild | |
parent | Drop storepasswd (bug 303117). Remove old version. non-maint commit. (diff) | |
download | gentoo-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)
Diffstat (limited to 'app-editors/lpe/lpe-1.2.6.13.ebuild')
-rw-r--r-- | app-editors/lpe/lpe-1.2.6.13.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
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 )" |