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-misc/gtypist/
Date: Sun, 10 Dec 2017 14:17:09
Message-Id: 1512915380.a23ab99590628120c58d65dd5a570b3cc784b314.soap@gentoo
1 commit: a23ab99590628120c58d65dd5a570b3cc784b314
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:11:51 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:16:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23ab995
7
8 app-misc/gtypist: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-misc/gtypist/gtypist-2.9.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/gtypist/gtypist-2.9.5.ebuild b/app-misc/gtypist/gtypist-2.9.5.ebuild
16 index 77e8884eea1..f15364a2728 100644
17 --- a/app-misc/gtypist/gtypist-2.9.5.ebuild
18 +++ b/app-misc/gtypist/gtypist-2.9.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux"
26 IUSE="nls emacs xemacs"
27
28 DEPEND="
29 - >=sys-libs/ncurses-5.2
30 + >=sys-libs/ncurses-5.2:0=
31 emacs? ( virtual/emacs )
32 xemacs? ( !emacs? ( app-editors/xemacs app-xemacs/fsf-compat ) )
33 "