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/sandy/
Date: Sun, 10 Dec 2017 14:17:02
Message-Id: 1512915326.51142d53ae81e73aeb69f978092740f979a85746.soap@gentoo
1 commit: 51142d53ae81e73aeb69f978092740f979a85746
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:11:21 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:15:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51142d53
7
8 app-editors/sandy: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-editors/sandy/sandy-0.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/sandy/sandy-0.4.ebuild b/app-editors/sandy/sandy-0.4.ebuild
16 index 47708c7ae36..d401639ce64 100644
17 --- a/app-editors/sandy/sandy-0.4.ebuild
18 +++ b/app-editors/sandy/sandy-0.4.ebuild
19 @@ -12,7 +12,7 @@ LICENSE="MIT-with-advertising"
20 SLOT="0"
21 KEYWORDS="~amd64"
22
23 -DEPEND="sys-libs/ncurses"
24 +DEPEND="sys-libs/ncurses:0="
25 RDEPEND="${DEPEND}"
26
27 src_prepare() {