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/moe/
Date: Sun, 10 Dec 2017 14:17:02
Message-Id: 1512915321.d5f6c4ea0e056f8ec8200787bee2795d78c753d6.soap@gentoo
1 commit: d5f6c4ea0e056f8ec8200787bee2795d78c753d6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:11:18 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:15:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f6c4ea
7
8 app-editors/moe: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-editors/moe/moe-1.6.ebuild | 4 ++--
13 app-editors/moe/moe-1.7.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-editors/moe/moe-1.6.ebuild b/app-editors/moe/moe-1.6.ebuild
17 index ddf33ecaa77..85f0a9065dc 100644
18 --- a/app-editors/moe/moe-1.6.ebuild
19 +++ b/app-editors/moe/moe-1.6.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -14,7 +14,7 @@ SLOT="0"
27 KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
28
29 RDEPEND="
30 - sys-libs/ncurses
31 + sys-libs/ncurses:0=
32 "
33 DEPEND="
34 $(unpacker_src_uri_depends)
35
36 diff --git a/app-editors/moe/moe-1.7.ebuild b/app-editors/moe/moe-1.7.ebuild
37 index ef8c23261ec..c7f8b897e55 100644
38 --- a/app-editors/moe/moe-1.7.ebuild
39 +++ b/app-editors/moe/moe-1.7.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -14,7 +14,7 @@ SLOT="0"
47 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
48
49 RDEPEND="
50 - sys-libs/ncurses
51 + sys-libs/ncurses:0=
52 "
53 DEPEND="
54 $(unpacker_src_uri_depends)