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 41FFA138334 for ; Mon, 13 May 2019 20:42:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69943E0833; Mon, 13 May 2019 20:42:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5201CE0833 for ; Mon, 13 May 2019 20:42:02 +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 2163A344249 for ; Mon, 13 May 2019 20:42:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81C802A5 for ; Mon, 13 May 2019 20:41:59 +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: <1557780107.d1ef7ff55befc2d0406b2d3dcc6df3278becc772.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ess/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ess/ess-17.11.ebuild X-VCS-Directories: app-emacs/ess/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d1ef7ff55befc2d0406b2d3dcc6df3278becc772 X-VCS-Branch: master Date: Mon, 13 May 2019 20:41:59 +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: 365db98f-f214-48bd-a93a-08428603086f X-Archives-Hash: bc06bb9af12bf6f79a3262bb26c7df63 commit: d1ef7ff55befc2d0406b2d3dcc6df3278becc772 Author: Ulrich Müller gentoo org> AuthorDate: Mon May 13 20:38:13 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 13 20:41:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ef7ff5 app-emacs/ess: Add test restriction. Some tests with R fail. In addition, dev-lang/R isn't keyworded on all arches. Restricting tests for now. Closes: https://bugs.gentoo.org/639950 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/ess/ess-17.11.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emacs/ess/ess-17.11.ebuild b/app-emacs/ess/ess-17.11.ebuild index 6cda31d72ab..8b9c7b08b5a 100644 --- a/app-emacs/ess/ess-17.11.ebuild +++ b/app-emacs/ess/ess-17.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ SRC_URI="http://ess.r-project.org/downloads/ess/${P}.tgz" LICENSE="GPL-2+ GPL-3+ Texinfo-manual" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +RESTRICT="test" DEPEND="app-text/texi2html virtual/latex-base"