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/levee/
Date: Sun, 10 Dec 2017 14:17:01
Message-Id: 1512915309.506728696c3aa1093aee27d36b983a006c22b17e.soap@gentoo
1 commit: 506728696c3aa1093aee27d36b983a006c22b17e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:11:11 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:15:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50672869
7
8 app-editors/levee: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-editors/levee/levee-3.5a.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/levee/levee-3.5a.ebuild b/app-editors/levee/levee-3.5a.ebuild
16 index 9e77eb2cfb9..965d248fd05 100644
17 --- a/app-editors/levee/levee-3.5a.ebuild
18 +++ b/app-editors/levee/levee-3.5a.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -14,7 +14,7 @@ KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris
26 IUSE=""
27
28 DEPEND="!app-text/lv
29 - sys-libs/ncurses"
30 + sys-libs/ncurses:0="
31 RDEPEND="${DEPEND}"
32
33 src_prepare() {