diff options
author | David Seifert <soap@gentoo.org> | 2017-12-10 15:11:18 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-10 15:15:21 +0100 |
commit | d5f6c4ea0e056f8ec8200787bee2795d78c753d6 (patch) | |
tree | 9568347c4fe5b57c6f38aae07b162a82dc554b45 /app-editors/moe | |
parent | app-editors/lpe: [QA] Fix dependency.missingslot (diff) | |
download | gentoo-d5f6c4ea0e056f8ec8200787bee2795d78c753d6.tar.gz gentoo-d5f6c4ea0e056f8ec8200787bee2795d78c753d6.tar.bz2 gentoo-d5f6c4ea0e056f8ec8200787bee2795d78c753d6.zip |
app-editors/moe: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-editors/moe')
-rw-r--r-- | app-editors/moe/moe-1.6.ebuild | 4 | ||||
-rw-r--r-- | 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 ddf33ecaa77f..85f0a9065dcf 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 ef8c23261ece..c7f8b897e55c 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) |