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 710991382C5 for ; Tue, 6 Feb 2018 20:58:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DBFDE0C26; Tue, 6 Feb 2018 20:58:39 +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 6F405E0C26 for ; Tue, 6 Feb 2018 20:58:39 +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 0A950335C4B for ; Tue, 6 Feb 2018 20:58:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EABD1E1 for ; Tue, 6 Feb 2018 20:58:36 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1517950678.3b7d86c3bb60df15be5e29a44187ed6a943eb2cd.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/zile/zile-2.3.24-r2.ebuild app-editors/zile/zile-2.4.13.ebuild app-editors/zile/zile-2.4.14.ebuild X-VCS-Directories: app-editors/zile/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3b7d86c3bb60df15be5e29a44187ed6a943eb2cd X-VCS-Branch: master Date: Tue, 6 Feb 2018 20:58:36 +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: bc64a51e-69d9-4c53-8aee-7b79e48a0cf3 X-Archives-Hash: ab06951d8f9aba4722a828775ca7614a commit: 3b7d86c3bb60df15be5e29a44187ed6a943eb2cd Author: Ulrich Müller gentoo org> AuthorDate: Tue Feb 6 20:53:47 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Feb 6 20:57:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7d86c3 app-editors/zile: Add slot operator dependency for ncurses. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-editors/zile/zile-2.3.24-r2.ebuild | 2 +- app-editors/zile/zile-2.4.13.ebuild | 2 +- app-editors/zile/zile-2.4.14.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-editors/zile/zile-2.3.24-r2.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild index 0f710c8c197..ff2a5d21a82 100644 --- a/app-editors/zile/zile-2.3.24-r2.ebuild +++ b/app-editors/zile/zile-2.3.24-r2.ebuild @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test valgrind" -RDEPEND="sys-libs/ncurses:0" +RDEPEND="sys-libs/ncurses:0=" DEPEND="${RDEPEND} test? ( valgrind? ( dev-util/valgrind ) )" diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild index dc81ee11b4d..6afde291687 100644 --- a/app-editors/zile/zile-2.4.13.ebuild +++ b/app-editors/zile/zile-2.4.13.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux IUSE="acl test" RDEPEND=">=dev-libs/boehm-gc-7.2:= - sys-libs/ncurses:0 + sys-libs/ncurses:0= acl? ( virtual/acl )" DEPEND="${RDEPEND} diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild index 4d9e14c8baa..3754cfad686 100644 --- a/app-editors/zile/zile-2.4.14.ebuild +++ b/app-editors/zile/zile-2.4.14.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux IUSE="acl test" RDEPEND=">=dev-libs/boehm-gc-7.2:= - sys-libs/ncurses:0 + sys-libs/ncurses:0= acl? ( virtual/acl )" DEPEND="${RDEPEND}