summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-11-16 13:38:46 +0100
committerUlrich Müller <ulm@gentoo.org>2019-11-16 13:38:46 +0100
commitb65266f2affc9b350922ddb2a47a2abbae540bab (patch)
tree8b0150698d434f4c3c537f1e9f97aa5c3cc81278 /app-emacs
parentsys-kernel/gentoo-sources: Linux patch 4.4.202 (diff)
downloadgentoo-b65266f2affc9b350922ddb2a47a2abbae540bab.tar.gz
gentoo-b65266f2affc9b350922ddb2a47a2abbae540bab.tar.bz2
gentoo-b65266f2affc9b350922ddb2a47a2abbae540bab.zip
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 <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/lua-mode/lua-mode-20151025.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emacs/lua-mode/lua-mode-20151025.ebuild b/app-emacs/lua-mode/lua-mode-20151025.ebuild
index 34fe34f82c4d..aa7286d9d56b 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"