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 18249138334 for ; Sat, 12 Jan 2019 11:52:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0188E0ADB; Sat, 12 Jan 2019 11:52:13 +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 966CFE0ADB for ; Sat, 12 Jan 2019 11:52:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 99928335CDD for ; Sat, 12 Jan 2019 11:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AC2450B for ; Sat, 12 Jan 2019 11:52:09 +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: <1547293864.aca96f68b82d524e1e2589f9149bc22cdff18e4d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/popup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/popup/popup-0.5.3.ebuild X-VCS-Directories: app-emacs/popup/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: aca96f68b82d524e1e2589f9149bc22cdff18e4d X-VCS-Branch: master Date: Sat, 12 Jan 2019 11:52:09 +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: b53d173b-a9be-438b-ae11-a1a5239b5086 X-Archives-Hash: d95d5eb53b76384e503b76d75a68a06c commit: aca96f68b82d524e1e2589f9149bc22cdff18e4d Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 12 11:51:04 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 12 11:51:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca96f68 app-emacs/popup: Add test restriction. Tries to use cask which is not in the tree. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/popup/popup-0.5.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emacs/popup/popup-0.5.3.ebuild b/app-emacs/popup/popup-0.5.3.ebuild index 5d7bcb2cb6f..2c80655c662 100644 --- a/app-emacs/popup/popup-0.5.3.ebuild +++ b/app-emacs/popup/popup-0.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,6 +13,7 @@ SRC_URI="https://github.com/auto-complete/popup-el/archive/v${PV}.tar.gz -> ${MY LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" +RESTRICT="test" S="${WORKDIR}/${MY_P}" DOCS="README.md"