commit:     d5f6c4ea0e056f8ec8200787bee2795d78c753d6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 14:11:18 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 14:15:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f6c4ea

app-editors/moe: [QA] Fix dependency.missingslot

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-editors/moe/moe-1.6.ebuild | 4 ++--
 app-editors/moe/moe-1.7.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-editors/moe/moe-1.6.ebuild b/app-editors/moe/moe-1.6.ebuild
index ddf33ecaa77..85f0a9065dc 100644
--- a/app-editors/moe/moe-1.6.ebuild
+++ b/app-editors/moe/moe-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
-       sys-libs/ncurses
+       sys-libs/ncurses:0=
 "
 DEPEND="
        $(unpacker_src_uri_depends)

diff --git a/app-editors/moe/moe-1.7.ebuild b/app-editors/moe/moe-1.7.ebuild
index ef8c23261ec..c7f8b897e55 100644
--- a/app-editors/moe/moe-1.7.ebuild
+++ b/app-editors/moe/moe-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
-       sys-libs/ncurses
+       sys-libs/ncurses:0=
 "
 DEPEND="
        $(unpacker_src_uri_depends)

Reply via email to