From 6664c79bf26ed498704c0a231855f80b243053cf Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 1 Oct 2019 16:56:20 +0200 Subject: app-emacs/auto-complete: Add test restriction. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/675620 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller --- app-emacs/auto-complete/auto-complete-1.5.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app-emacs') diff --git a/app-emacs/auto-complete/auto-complete-1.5.1-r1.ebuild b/app-emacs/auto-complete/auto-complete-1.5.1-r1.ebuild index 284700ba65e3..506527eb2d96 100644 --- a/app-emacs/auto-complete/auto-complete-1.5.1-r1.ebuild +++ b/app-emacs/auto-complete/auto-complete-1.5.1-r1.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 @@ LICENSE="GPL-3+ FDL-1.1+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" +RESTRICT="test" RDEPEND="app-emacs/popup" BDEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad