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 8EBF51396D0 for ; Mon, 11 Sep 2017 18:02:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DABE4E0CBD; Mon, 11 Sep 2017 18:02:56 +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 BD66EE0CBD for ; Mon, 11 Sep 2017 18:02:56 +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 926913417B7 for ; Mon, 11 Sep 2017 18:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35F019078 for ; Mon, 11 Sep 2017 18:02: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: <1505152929.ce1880b5d5965f06eb5f7f46013feb7a443bdca2.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/company-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/company-mode/company-mode-0.6.14.ebuild app-emacs/company-mode/company-mode-0.7.ebuild X-VCS-Directories: app-emacs/company-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ce1880b5d5965f06eb5f7f46013feb7a443bdca2 X-VCS-Branch: master Date: Mon, 11 Sep 2017 18:02: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-Archives-Salt: 66964f3f-a25b-4aea-87be-0cab777f687a X-Archives-Hash: 3d162aa3e31efa69f71cceccc8b3139c commit: ce1880b5d5965f06eb5f7f46013feb7a443bdca2 Author: Ulrich Müller gentoo org> AuthorDate: Mon Sep 11 13:34:46 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Sep 11 18:02:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1880b5 app-emacs/company-mode: Add test restriction. Bug: 630646 Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-emacs/company-mode/company-mode-0.6.14.ebuild | 3 ++- app-emacs/company-mode/company-mode-0.7.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-emacs/company-mode/company-mode-0.6.14.ebuild b/app-emacs/company-mode/company-mode-0.6.14.ebuild index 06baa3afd37..7b2e2231f50 100644 --- a/app-emacs/company-mode/company-mode-0.6.14.ebuild +++ b/app-emacs/company-mode/company-mode-0.6.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ropemacs" +RESTRICT="test" # Note: company-mode supports many backends, and we refrain from including # them all in RDEPEND. Only depend on things that are needed at build time. diff --git a/app-emacs/company-mode/company-mode-0.7.ebuild b/app-emacs/company-mode/company-mode-0.7.ebuild index 06baa3afd37..7b2e2231f50 100644 --- a/app-emacs/company-mode/company-mode-0.7.ebuild +++ b/app-emacs/company-mode/company-mode-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ropemacs" +RESTRICT="test" # Note: company-mode supports many backends, and we refrain from including # them all in RDEPEND. Only depend on things that are needed at build time.