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/hexcurse/
Date: Sun, 10 Dec 2017 14:17:00
Message-Id: 1512915303.e5b72a43b692f147bfb1d15c6ff6674e1ef55e45.soap@gentoo
1 commit: e5b72a43b692f147bfb1d15c6ff6674e1ef55e45
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:11:08 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:15:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b72a43
7
8 app-editors/hexcurse: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-editors/hexcurse/hexcurse-1.55.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild
16 index 6b743c0840b..d1d3c813488 100644
17 --- a/app-editors/hexcurse/hexcurse-1.55.ebuild
18 +++ b/app-editors/hexcurse/hexcurse-1.55.ebuild
19 @@ -12,7 +12,7 @@ LICENSE="GPL-2"
20 SLOT="0"
21 KEYWORDS="alpha amd64 arm hppa ppc s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
22
23 -RDEPEND=">=sys-libs/ncurses-5.2"
24 +RDEPEND=">=sys-libs/ncurses-5.2:0="
25 DEPEND="
26 ${RDEPEND}
27 "