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 0D54C138334 for ; Sat, 16 Nov 2019 12:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E56FE0821; Sat, 16 Nov 2019 12:39:19 +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 11FF1E0821 for ; Sat, 16 Nov 2019 12:39:18 +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 B36F634CEAD for ; Sat, 16 Nov 2019 12:39:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19E7371A for ; Sat, 16 Nov 2019 12:39:15 +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: <1573907926.b65266f2affc9b350922ddb2a47a2abbae540bab.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/lua-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/lua-mode/lua-mode-20151025.ebuild X-VCS-Directories: app-emacs/lua-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b65266f2affc9b350922ddb2a47a2abbae540bab X-VCS-Branch: master Date: Sat, 16 Nov 2019 12:39:15 +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: 5dde4af6-f9b6-42cd-9a58-bfd6fa290055 X-Archives-Hash: c5b515f6c597abaff622b2a6bbc04d4b commit: b65266f2affc9b350922ddb2a47a2abbae540bab Author: Ulrich Müller gentoo org> AuthorDate: Sat Nov 16 12:38:46 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Nov 16 12:38:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65266f2 app-emacs/lua-mode: Add test restriction. Closes: https://bugs.gentoo.org/700172 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/lua-mode/lua-mode-20151025.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emacs/lua-mode/lua-mode-20151025.ebuild b/app-emacs/lua-mode/lua-mode-20151025.ebuild index 34fe34f82c4..aa7286d9d56 100644 --- a/app-emacs/lua-mode/lua-mode-20151025.ebuild +++ b/app-emacs/lua-mode/lua-mode-20151025.ebuild @@ -13,6 +13,7 @@ SRC_URI="https://github.com/immerrr/${PN}/archive/rel-${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" +RESTRICT="test" # tests require cask which isn't packaged yet S="${WORKDIR}/${PN}-rel-${PV}" SITEFILE="50${PN}-gentoo.el"