diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-11-20 12:53:22 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-11-20 12:55:16 +0100 |
commit | e1f4d690d63cbf00090875f07329cd6d163d582d (patch) | |
tree | 7faec9d5daac53ec772f846645a9148135f999e5 /app-emacs/d-mode | |
parent | dev-python/snakeoil: Enable py3.8 (diff) | |
download | gentoo-e1f4d690d63cbf00090875f07329cd6d163d582d.tar.gz gentoo-e1f4d690d63cbf00090875f07329cd6d163d582d.tar.bz2 gentoo-e1f4d690d63cbf00090875f07329cd6d163d582d.zip |
app-emacs/d-mode: Add test restriction.
Tries to use cask which is not in the tree.
Closes: https://bugs.gentoo.org/700722
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/d-mode')
-rw-r--r-- | app-emacs/d-mode/d-mode-2.0.10.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emacs/d-mode/d-mode-2.0.10.ebuild b/app-emacs/d-mode/d-mode-2.0.10.ebuild index 24f2b7911109..c410ee103834 100644 --- a/app-emacs/d-mode/d-mode-2.0.10.ebuild +++ b/app-emacs/d-mode/d-mode-2.0.10.ebuild @@ -13,6 +13,7 @@ SRC_URI="https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/archive/${PV}. LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" +RESTRICT="test" S="${WORKDIR}/Emacs-D-Mode-${PV}" SITEFILE="50${PN}-gentoo.el" |