From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFB7B139083 for ; Sun, 10 Dec 2017 14:17:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 296ABE11CD; Sun, 10 Dec 2017 14:17:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06B11E11CA for ; Sun, 10 Dec 2017 14:17:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 320C63406D1 for ; Sun, 10 Dec 2017 14:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAFCAAE8F for ; Sun, 10 Dec 2017 14:16:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1512915380.a23ab99590628120c58d65dd5a570b3cc784b314.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gtypist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gtypist/gtypist-2.9.5.ebuild X-VCS-Directories: app-misc/gtypist/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a23ab99590628120c58d65dd5a570b3cc784b314 X-VCS-Branch: master Date: Sun, 10 Dec 2017 14:16:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 87fc0c04-9944-435d-8739-41982a6b8838 X-Archives-Hash: cbdc8398cd51506ab8cbee814978c6c3 commit: a23ab99590628120c58d65dd5a570b3cc784b314 Author: David Seifert gentoo org> AuthorDate: Sun Dec 10 14:11:51 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Dec 10 14:16:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23ab995 app-misc/gtypist: [QA] Fix dependency.missingslot Package-Manager: Portage-2.3.16, Repoman-2.3.6 app-misc/gtypist/gtypist-2.9.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/gtypist/gtypist-2.9.5.ebuild b/app-misc/gtypist/gtypist-2.9.5.ebuild index 77e8884eea1..f15364a2728 100644 --- a/app-misc/gtypist/gtypist-2.9.5.ebuild +++ b/app-misc/gtypist/gtypist-2.9.5.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 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux" IUSE="nls emacs xemacs" DEPEND=" - >=sys-libs/ncurses-5.2 + >=sys-libs/ncurses-5.2:0= emacs? ( virtual/emacs ) xemacs? ( !emacs? ( app-editors/xemacs app-xemacs/fsf-compat ) ) "