Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/lpe/
Date: Sun, 10 Dec 2017 14:17:03
Message-Id: 1512915315.32e1af25cf67706bae3acf6266c3c68e61ef568b.soap@gentoo
1 commit: 32e1af25cf67706bae3acf6266c3c68e61ef568b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:11:14 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:15:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e1af25
7
8 app-editors/lpe: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-editors/lpe/lpe-1.2.6.13.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/lpe/lpe-1.2.6.13.ebuild b/app-editors/lpe/lpe-1.2.6.13.ebuild
16 index 0f35e809adb..bd88d5531da 100644
17 --- a/app-editors/lpe/lpe-1.2.6.13.ebuild
18 +++ b/app-editors/lpe/lpe-1.2.6.13.ebuild
19 @@ -14,7 +14,7 @@ KEYWORDS="amd64 ppc sparc x86 ~x86-linux"
20 IUSE="nls"
21
22 RDEPEND=">=sys-libs/slang-2.2.4
23 - >=sys-libs/ncurses-5.7-r7"
24 + >=sys-libs/ncurses-5.7-r7:0="
25 DEPEND="${RDEPEND}
26 virtual/pkgconfig
27 nls? ( sys-devel/gettext )"