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 65FFA138334 for ; Sat, 17 Aug 2019 22:55:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C201E08D9; Sat, 17 Aug 2019 22:55:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6D7C8E08D9 for ; Sat, 17 Aug 2019 22:55:58 +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 0573D349CED for ; Sat, 17 Aug 2019 22:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69FCEA8 for ; Sat, 17 Aug 2019 22:55:54 +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: <1566082544.6122c8c9b76a50d69964cfff654eb6d067f08306.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.14.ebuild X-VCS-Directories: app-editors/zile/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6122c8c9b76a50d69964cfff654eb6d067f08306 X-VCS-Branch: master Date: Sat, 17 Aug 2019 22:55:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3fcebf5b-f7d1-464f-9841-46879e69c07a X-Archives-Hash: aaa585f6d5d8054b8a439bc18d5ce8e6 commit: 6122c8c9b76a50d69964cfff654eb6d067f08306 Author: Ulrich Müller gentoo org> AuthorDate: Sat Aug 17 22:55:25 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Aug 17 22:55:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6122c8c9 app-editors/zile: Add conditional test restriction. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-editors/zile/zile-2.3.24-r2.ebuild | 3 ++- app-editors/zile/zile-2.4.14.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-editors/zile/zile-2.3.24-r2.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild index f60cd5b9ec3..ed5b64501fb 100644 --- a/app-editors/zile/zile-2.3.24-r2.ebuild +++ b/app-editors/zile/zile-2.3.24-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test valgrind" +RESTRICT="!test? ( test )" RDEPEND="sys-libs/ncurses:0=" DEPEND="${RDEPEND} diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild index 42fcd64fc45..fee1725ba71 100644 --- a/app-editors/zile/zile-2.4.14.ebuild +++ b/app-editors/zile/zile-2.4.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="acl test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-libs/boehm-gc-7.2:= sys-libs/ncurses:0=